a.contents:hover     {  font-weight: bold; }
a.general:hover   { color: rgb(0,21,148); text-decoration: underline}
a.headline:hover   { color: rgb(255,255,255); text-decoration: underline}


a.contents:active     { font-weight: bold; }
a.general:active  { color: rgb(115,65,24); text-decoration: underline}
a.headline:active  { color: rgb(255,255,255); text-decoration: underline}

h1 { margin-top: 0px; margin-bottom: 0px; }



a:link     { color: rgb(0,20,148); text-decoration: none}


a:visited  { color: rgb(0,20,148); text-decoration: none}

.updates {display: none}


body
{
	font-family: Verdana, Arial, Helvetica;
        background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	text-align: justify;
        scrollbar-base-color: #001494;
        scrollbar-arrow-color: #FFFFFF;
}


