body {
	background-color: #FFFFFF;
}

.white {
	color: White;
}

a {
	font-weight: bold;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}


a.off {
	color: blue;
}

a.on {
	color: #EB9130;
}

h1 {
	color :#EB9130;
	size : 150%;
}

h2 {
	color :#EB9130;
	size : 125%;
}

h3 {
	color :#EB9130;
	size : 100%;
}

.small {
	font-size: x-small;
}

.xsmall {
	font-size: xx-small;
}

dt {
	font-weight: bold;
}
