css的common.css复用设计



css的common.css复用设计。

body{
font-size: 12px;
margin: 0;
}

.font1{
color: #3B5888;
}
.font2{
font-size: 16px;
font-weight: bold;
}
.font3{

color: #808080;
line-height: 20px;
}
.font4{
color: #808080;
font-weight: bold;
line-height: 20px;
}
.font5{
font-weight: bold;
}
.font6{
font-size: 20px;
font-weight: bold;
font-family: “华文新魏”;
}

a.anavi:link,a.anavi:visited,a.anavi:hover,a.anavi:active {
color:#C3CDDF;
text-decoration: none;
}

a:link,a:visited,a:active {
color:#3B5888;
text-decoration: none;
}
a:hover{
color: #3B5888;
text-decoration: underline;
}

.sub{
background-color: #3B5888;
color: white;
padding: 2px 0 0 0 ;
}
.button1{

background-color: #ffffff;
cursor:hand;
width: 161px;
height: 41px;
background-image: url(../images/front/regbtn.gif);
background-repeat: no-repeat;
background-position: center;
text-align: center;
border: none;
}
.spanVal {
background-color: #FFFFCD;
font-size: 12px;
padding: 3px;
width:220px;
height:14px;
border: 3px #E7C437 solid;
}