body {
	background-color: #ffffcc;
}

.white {
	color: White;
}

h3 {
	color :#000099;
	size : 100%;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}


a.off {
	color: blue;
}

a.on {
	color: red;
}

