body, th, td, input, textarea {
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	color : black;
}

h1,h2,h3,h4 {
	color : #3366cc;
}


h1 {font-size : 18px;}
h2 {font-size : 16px;}
h3 {font-size : 14px;}
h4 {font-size : 12px;}

.emph {
	font-weight : bold;
	color : #3366cc;
}

a:active {
	color : darkorange;
}
a:link {
	color : darkorange;
}
a:hover {
	color : orangered;
}
a:visited {
	color : orangered;
}


.menuOff {
	background-color : #8e9acc;
	color : white;
	cursor : hand;
	text-align : center;
	font-weight : bold;
}

.menuOn {
	background-color : orange;
	color : white;
	cursor : hand;
	text-align : center;
	font-weight : bold;
}
