body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.bg {
	background-image: url(front_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.nav {}
.nav a{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover{
	color:#EFE672;
	text-decoration: underline;
}


.front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing:5px;
	font-weight:bold;
}
.text {
    letter-spacing:2px;
	line-height:20px;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover{
    color:#999999;
	text-decoration:underline;
	}
