a.contents:link        { color: rgb(0,0,0); text-decoration: none}
a.body:link    { color: rgb(191,255,191); text-decoration: none}

a.contents:hover       { color: rgb(255,255,255); background-color: rgb(0,0,0) }
a.body:hover   { color: rgb(191,255,191); text-decoration: underline}

a.contents:active      { color: rgb(255,255,255); background-color: rgb(0,102,204) }
a.body:active  { color: rgb(255,0,0); text-decoration: underline}

a:visited  { color: rgb(0,0,0); text-decoration: none}
 
a:active   { color: rgb(255,0,0); }
a:link     { color: rgb(191,255,191); text-decoration: none}
a:hover    { color: rgb(191,255,191);}
 	
.updates {display: none}



Body
{
	font-size: 1em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 600
}



