body {
	background-color: #FFFEF4;
	font-family: arial, veranda;
	color: #000000;
}
a:link {
color: #3A52A3;
}
a:visited {
color: #3A52A3;
}
a:hover {
color: #FF3300;
}
a:active {
color: #3A52A3;
}
.style1 {color: #999999}
.style2 {
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
}
.style4 {
	color: #CC0000;
	font-weight: bold;
	font-size: large;
}

html {overflow-y: scroll;}