@charset "UTF-8";
/* CSS Document */

body {
	font-family: Eurostile;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 1em;
	padding: 5;
	background-image: url(images/bodyimage.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

a:link { 
color: #FFFFFF;
font-size: 14px;
font-family: Eurostile;
text-decoration: none;
}

a:visited { 
color: #FFFFFF;
font-size: 14px;
font-family: Eurostile;
text-decoration: none;
}

a:hover{
color: #FFFFFF;
font-size: 14px;
font-family: Eurostile;
text-decoration: underline;
}

