/* CSS Document */

body {
	background-color: #000000;
	background-image:url(img/bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:150px;
	margin-left:100px;
	margin-right:40%;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:underline;
}
h2 {
	font-size: 14px;
	text-decoration:underline;
	
}
h6 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.logo {
	position:absolute;
	left: 0px;
	top: 0px;
}
.navt {
	position:absolute;
	top:100px;
	left:0px;
	background-color:#333333;

	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#00CC00;
	text-decoration: none;
}
a:active {
	color:#FF0000;
	tesxt-decoration:none;
}
#nav {
	margin-left:100px;
	font-size:15px;
	font-weight:none;
	word-spacing: 5px;
}

