/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.largetext {
font-size:20px;
font-family:Arial Narrow;
font-weight:bold;
}

.border {border-bottom:thin;
border-left:thin;
border-top:thin;
border-right:thin;
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
text-decoration:underline;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}