﻿body {
	background-image: url('images/tile1.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.style1 {
	background-image: url('images/tile2.jpg');
}
.style2 {
	background-image: url('images/tile3.jpg');
}
.style3 {
	text-align: center;
}
.style4 {
	text-align: right;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFCC00;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFCC;
}
	


