@charset "utf-8";
#white a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#white a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#white a:hover {
	text-decoration: underline;
}
#white a:active {
	text-decoration: none;
}

/* CSS Document */

body {
	background: #000000 url(images/backgrounds.jpg) no-repeat center top;
	margin: 0px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h1 {
	font-family: Rockwell, "Courier New", Courier, monospace;
	font-weight: bold;
}
h2 {
	font-family: "Courier New", Courier, monospace, Rockwell;
	font-weight: lighter;
}
p {
	font: lighter 14px/20px Tahoma, Arial, Verdana;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
#white {
	color: #FFFFFF;
}

