body, th, td, pre {
    font-size: 12px;
    font-family: tahoma;
}

body { background-color: #ffffff; }

h1, h2, h3 {
    font-weight: bold;
    color: #000033;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

A { 
    font-family: verdana,arial,helvetica,sans-serif;
	 font-weight: bold;
    text-decoration: none;
}
	
A:link { color: #0000FF; }
A:visited { color: #0000FF; }
A:active { color: #0000FF; text-decoration: underline; }
A:hover { text-decoration: underline; }

span.notokay {
	width:75%;
	background-color:#FF3131;
	padding:5px 10px 5px 10px;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
}

span.minimum {
	width:75%;
	background-color:#FFF730;
	padding:5px 10px 5px 10px;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
}

span.preferred {
	width:75%;
	background-color:#40FF30;
	padding:5px 10px 5px 10px;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
}