.style_sheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style1 {
	font-size: x-large;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-size: large;
	color: #3333FF;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {color: #0033FF}
.style3 {font-size: medium}
.style4 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style5 {font-size: small}

