 /* General page style. The scroll bar colours only visible in IE5.5+ */body {    margin-top: 0;    margin-left: 0; 	background-color: #FFFFFF;	scrollbar-face-color: #DEE3E7;	scrollbar-highlight-color: #FFFFFF;	scrollbar-shadow-color: #DEE3E7;	scrollbar-3dlight-color: #D1D7DC;	scrollbar-arrow-color:  #006699;	scrollbar-track-color: #EFEFEF;	scrollbar-darkshadow-color: #98AAB1;}/* General font families for common tags */font,th,td,p { font-family: Comic Sans MS, Arial, Helvetica, sans-serif }a:link,a:active,a:visited { color : #663300; }a:hover		{ text-decoration: underline; color : #808080; }hr	{ height: 0px; border: solid #dd6900 0px; border-top-width: 1px;} .nav			{ font-weight: bold; font-size: 11px; color : #000000;}a.nav			{ text-decoration: none; color : #006699; }a.nav:hover		{ text-decoration: underline; }/* General text */.gentitle {font-weight: bold; font-size : 16px; color : #000000;}.genauthor {font-weight: bold; font-size : 11px; color : #000000;}.genmed { font-size : 11px; }.gensmall { font-size : 10px; }.gen,.genmed,.gensmall { color : #000000; }a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }.frame {border: solid thin #006699; }