body {
	background-color: #0166FF
}
a:link {color: white; text-decoration:none}
a:visited {color: white; text-decoration:none}
a:hover {color: blue; text-decoration:none}
a:active {color: lightpink; text-decoration:none}
.one {
	background-color: #0066ff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smalltext {
	font-family: "Gill Sans MT";
	font-size: 12px;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
}

.two {
	background-color: #ff00ff
}
h1 {
	size:15;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	size: 12;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h3 {
	size:10;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: "Gill Sans MT";
	font-size: small;
	line-height: 15px;
}
.three {
	color: #000000;
	background-color: #FFFF00;
}
