.bgd {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3366FF;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000066;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	background-color: #3367CD;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #333399;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background-color: #3367CD;
	text-decoration: underline;
}
body {
	background-image: url(images/background.jpg);
}
.back {
	background-color: #FFCC33;
	border: thin dashed #000066;
	width: auto;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #006633;
	text-transform: uppercase;
}
.arrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #990000;
	border: thin dotted #009933;
}
.dots {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
