/* CSS Document */
a:link { text-decoration: none;
color: #000000; 
}

a:visited { text-decoration: none;
color: #000000;
}

a:hover {text-decoration: underline;
color: #000000; 
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.smallheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: justify;
}
.largeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-align: justify;
}
.mainlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	background-image: url(background.gif);
	background-repeat: no-repeat;
}
