@charset "utf-8";
/* CSS Document */

body {background-color: #993333}
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}
.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;
}.smalltext {
	font-family: "Gill Sans MT";
	font-size: 10px;
}
