@charset "utf-8";
/* CSS Document */
img
{  border-style: none;
}

body {
	background-color: black;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px; line-height:150%;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	margin:50px 0px; padding:0px;
	text-align:center;
	padding: 0;
	margin: 0;

	
}

h1 {font-size:20px; color: white; font-family:arial; font-weight: bold;line-height: 100%}
p {font-size: 15px; color: white; font-family:arial; font-weight: none;line-height: 150%}
p.intro {font-size: 12; color: white; font-family:arial; font-weight: bold;line-height: 130%}
p.white {font-size: 20; color: white; font-family:arial; font-weight: none;line-height: 130%}

a.nav:link {font-size: 9; font-weight: bold; color: #ACACAC; font-family: verdana; text-decoration: none;}
a.nav:visited {font-size: 9; font-weight: bold; color: #ACACAC; font-family: verdana; text-decoration: none;}
a.nav:active {font-size: 9; color: #fbb500;}
a.nav:hover {font-size: 9; color: #fbb500;text-decoration: overline; text-decoration: underline;}

a.one:link {font-size: 11; font-weight: none; color: white; font-family: arial; text-decoration: none;}
a.one:visited {font-size: 11; font-weight: none; color: white; font-family: arial; text-decoration: none;}
a.one:active {font-size: 11; color: green;}
a.one:hover {font-size: 11; color: green;text-decoration: overline; text-decoration: underline;}

a.two:link {font-size: 11; font-weight: none; color: black; font-family: arial; text-decoration: none;}
a.two:visited {font-size: 11; font-weight: none; color: black; font-family: arial; text-decoration: none;}
a.two:active {font-size: 11; color: green;}
a.two:hover {font-size: 11; color: green;text-decoration: overline; text-decoration: underline;}

a.three:link {font-size: 11; font-weight:none; color: white; font-family: arial; text-decoration: none;}
a.three:visited {font-size: 11; font-weight:none; color: white; font-family: arial; text-decoration: none;}
a.three:active {font-size: 11; color: green;}
a.three:hover {font-size: 11; color: green;text-decoration: overline; text-decoration: underline;}

a.four:link {font-size: 11; font-weight:none; color: white; font-family: arial; text-decoration: none;}
a.four:visited {font-size: 11; color: white; text-decoration: none;}
a.four:active {font-size: 11; color: red}
a.four:hover {font-size: 11; color: red ;text-decoration: overline; text-decoration: underline;}
a.plain {
	color: white;
	text-decoration: none;
}