BODY {
	FONT-FAMILY: Arial, Verdana
}
a:link {color: #00468E; }
a:visited {color: #00468E; }
a:hover {color: red; text-decoration: underline; }
a:active {color: #00468E; }


body	
{margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif;color: #000; background : #fff; }
div, p, th, td, li, dd, dl, dt { /* redundant selectors to help NS4 not forget */ font-family:  Verdana, Arial, Helvetica, sans-serif; }
a {text-decoration: underline;	font-weight: bold;}
a:link {color: #00468E; } 
a:visited {color: #00468E; }
a:active {color: #00468E; }
a:hover	{color: red; text-decoration: underline; }
dt {font-weight: bold; }
ol, li, dl, dt, dd {line-height: 1.5em; }
p {margin-top: 0; padding-top: 0; line-height: 1.5em; }
h1 {font-size:	24px; }
h2 {font-size:	22px; }
h3 {font-size:	20px; }
h4 {font-size:	18px; }
h5 {font-size:	14px; }
h6 {font-size:	12px; }
h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #369; background-color: transparent; }
img {/* turns off gaps around images */ border:	0 }
code, tt, pre {font: 12px "andale mono", monaco, courier, "courier new", monospace; color: #06c; background: transparent; }