.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	color: #006600;
}
.style2 {
	color: #006600;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.style5 {font-size: small;
         font-family: Georgia, "Times New Roman", Times, serif;}
.style6 {font-size: large}
.style7 {font-size: small; font-family: Georgia, "Times New Roman", Times, serif; }


body {
	background-image: url(../frontpageimages/cloth_taupe.jpg);
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color: #009900;
	cursor: auto;
	filter: Blur();
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

