
/* svhc CSS */ 


p{ font-family: "arial"; font-style:normal; line-height: 1.3; font-size: 77%; color:# 556600;
}
h1{ font-family: "arial narrow";
font-size:110%; line-height: .8; color:#556600;
}

h2{ font-family: "times";
font-size:110%; color:#558855;
}

.cssbutton{
background-color: #558855;
padding: 5px 2px 5px;
color: #fff;
text-decoration: none;
font: "8px Verdana";
}

.cssbutton:hover{
background-color: #B5D97C;
padding: 5px 2px 5px;
color:#fff;
text-decoration:none;
font: "8px Verdana";
}
}

.rssbutton{
background-color: #558855;
border: 1px #33CCFF outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: #B5D97C;
}


