/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        /*background-color: #C4C4C4;*/
}

/* General font families for common tags */
a:link,a:active,a:visited { color : #000000; text-decoration: underline; font-family: Trebuchet MS;}
a:hover { text-decoration: none; color : #FF0000; }
body,td,th {font-family: Geneva, Arial, Helvetica, sans-serif;}



#article_background {
	background-color: #888888;
	padding: 1em;
	width: 485px;
}


/* General text */
.gen { font-size : 12px; }
.article_text { font-size : 12px; color: #FFFFFF}
a.source_link { text-decoration: none; font-size: 11px;}
.source_link { text-decoration: none; font-size: 12px;}
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }

a.gen:hover,a.genmed:hover,a.gensmall:hover     { color: #396B81; text-decoration: underline; }

