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


body {
color: #FFFFFF;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color: #000000;
}

h1 {
font-size:x-large;
letter-spacing: 5px;
width:1000px;
margin-bottom: 15px;
text-align:center;

}

p {
font-size: 14px;
color: #FFFFFF;
}

.maintext {
	font-size: 10pt;
	line-height: 11pt;
	color: #FFFFFF;
	width:1000px;
	position: absolute;
	border: 0px solid #000000;
	margin-top:20px;
	text-align: justify;
	
}
.style2 {
	font-size: 20px;
	color: #EA262B
	}

.stylelink {
font-size: medium;
color: #0000FF;
}

a.stylelink:hover {
color: #ED1B24;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.navigation {
	font-size: 10pt;
	color: #FFFFFF;
	width:1000px;
    text-align: center;
	border: 0px solid #000000;
}
	
a.navbar, a.navbar:visited {
color: #FFFFFF;
font-size: medium;
letter-spacing: 3px;
text-decoration: none;
text-transform: uppercase;
}

a.navbar:hover {
color: #EA262B;
}
