A:link { text-decoration:none; font-weight:none; color:#fb03ac; }
A:visited { text-decoration:none; font-weight:none; color:#fb03ac; }
A:hover { text-decoration:none; font-weight:none; color:#ffffff; }

h1 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: 200;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff;
}

h2 {
	font-family: georgia;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 5px;
	margin-bottom: -5px;
	margin-left: 10px;
	color: #fb03ac;
}

hr {
	height: 1px;
	border-top: solid 1px #757373;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width: 100%;
}

td {
	font-size: 10px;
	font-family: tahoma;
	color: #757373;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 12px;
	text-align: justify;
}

.text {
	font-size: 10px;
	font-family: tahoma;
	color: #757373;
	text-indent: 50px;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 10px;
	text-align: justify;
}

input.red {
	background-color: #000000; 
	font-size: 10px;
	font-family: tahoma;
	color: #fb03ac;
}

input.pink {
	background-color: #000000;
	font-size: 10px;
	font-family: tahoma;
	color: #fb03ac;
}

option {
	background-color: #000000;
	font-size: 10px;
	font-family: tahoma;
	text-transform: none;
	color: #fb03ac;
}

.btnsubmit {
	background: #000000;
	font-size: 10px;
	font-family: tahoma;
	text-transformation: uppercase;
	color: #fb03ac;
}

.btnsubmithover {
	background: #000000;
	font-size: 10px;
	font-family: tahoma;
	text-transformation: uppercase;
	color: #ffffff;
	cursor: pointer;
}

body {
	background-color: #000000;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #757373;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #757373;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #757373; 
}