a { color : #FF0000; }

a.highlight {
	background : #C2D7EB;
	font-weight: bold;
}

a:hover { color : #00FF00; }

body {
	background : #FFFFFF;
	margin : 0;
}

body, td {
	font-size : 80%;
}

body, div, p, th, td, form, h1, h2, h3, h4, h5, h6, li, ul, ol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

code { font : 13px monospace; }

h1 { font-size: 150%; }
h2 { font-size : 135%; }
h3 { font-size : 115%; }
h4 { font-size : 105%; }

hr { color : #ff0000; height : 1px; }

input.button {
	background : #C2D7EB;
	/* NS4 can't see these borders */
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	color : #000000;
	cursor : hand;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	padding : 4px 0;
}

.box {
	background : #C2D7EB;
	/* border 0.1 to force NS4 to color box */
	border : 0.1px solid #336699;
	/* NS4 skips these */
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	padding : 10px;
}

.navbar {
	background : #c32435;
	/* for NS4 */
	border : 0.1px solid #c32435;
	border-bottom : 1px solid #c32435;
	color : #000000;
	font-weight : bold;
	font-size: 11px;
	margin : 0;
	padding-top : 4px;
	text-align : center;
	}

.navbar a { 
background : #c32435;
	/* for NS4 */
	border : 0.1px solid #c32435;
	border-bottom : 1px solid #c32435;
	color : Yellow;
	font-weight : bold;
	font-size: 11px;
	margin : 0;
	padding-top : 4px;
	text-align : center;
color : #ffffff; text-decoration : none; }
}




