body, p, tr, td, input, select {
	font-family:"Comic Sans MS";
	font-size:10pt
}
body, p {
	background:#ffffff;
	margin : 5px 5px 5px 5px;	
}
td, th {
background:RGB(127,255,254);
}
td.titlemain {
	background:#ffffff;
	font-size:14pt;
	text-align:center
}
td.headline {
	background:#0000ff;
	color:#ffffff;
	font-size:12pt;
	text-align:center
}
td.alert {
	color:#ff0000;
	font-size:10pt;
	font-weight:bold;
	text-align:center
}

.menu {
	font-size:12pt;
}
.backmenu {
	font-size:10pt;
}

a:link {
	color:blue;
	text-decoration:none;
}
a:visited {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:green;
	text-decoration:underline;
}