@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	}
	
.formfield{
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.textfield{
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.header{
	margin-top: 150px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	color: #FFFFFF;
	}
	
.content{
	margin-top: 50px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 150px;
	}
	
.content h3{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	}
		
a:link{
	color: #990000;
	text-decoration: none;
	}
		
a:hover{
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
	}

a:visited{
	color: #990000;
	text-decoration: none;
	}

a:active{
	color: #990000;
	text-decoration: none;
	}
	