body {
background:gray;
}
a.main_menu:link {
color: #ffffff;
text-decoration: none;
}
a.main_menu:visited {
color: #ffffff;
text-decoration: none;
}
a.main_menu:hover {
color: #ffd77b;
text-decoration: none;
}
a.main_menu:active{
color: #ffffff;
text-decoration: none;
}
.black {
color: black;
text-decoration: none;
}
a.black:link {
color: black;
text-decoration: none;
}
a.black:visited {
color: black;
text-decoration: none;
}
a.black:hover {
color: black;
text-decoration: underline;
}
a.black:active{
color: black;
text-decoration: none;
}
.normal {
color: #4664a2;
text-decoration: none;
}
a.normal:link {
color: #4664a2;
text-decoration: none;
}
a.normal:visited {
color: #4664a2;
text-decoration: none;
}
a.normal:hover {
color: #4664a2;
text-decoration: underline;
}
a.normal:active{
color: #4664a2;
}
.white {
color: white;
text-decoration: none;
}
a.white:link {
color: white;
text-decoration: none;
}
a.white:visited {
color: white;
text-decoration: none;
}
a.white:hover {
color: white;
text-decoration: underline;
}
a.white:active{
color: white;
text-decoration: none;
}
.notice{
color: red;
text-decoration: none;
}
a.notice:link {
color: red;
text-decoration: none;
}
a.notice:visited {
color: red;
text-decoration: none;
}
a.notice:hover {
color: red;
text-decoration: underline;
}
a.notice:active{
color: red;
text-decoration: none;
}
.button {
border: #2C59AA 1px solid;
padding: 2px 2px 0px 2px;
color:#000000;
font-size: 12px;
}
form {
margin:0px;
padding:0px;
}
div.newarticle_bottom{
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
width:318px;
height:10px;
}
div.newarticle_top{
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid red;
border-left:1px solid #cccccc;
height:28px;
width:318px;
}
div.newarticle_top_title{
width:228px;
padding-top:7px;
padding-left:10px;
text-align:left;
font-size:14px;
font-weight:bold;
float:left;
}
div.newarticle_top_more{
width:60px;
padding-top:7px;
padding-right:10px;
font-size:12px;
float:right;
}
div.newarticle_center{
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
width:318px;
height:26px;
}
div.newarticle_center_datetime{
text-align:right;
float:right;
width:40px;
height:16px;
padding:10px 10px 0px 0px;
}
div.newarticle_center_title{
height:16px;
width:258px;
float:left;
text-align:left;
padding:10px 0px 0px 10px;
}
