html, body {
	height:100%;
}

body {
	background-color:#F0EFED;
	margin:0px;
}

body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 remember */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
	
a:link, a:visited {
	text-decoration:underline;
	color:#ff0000;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}


