/*Whole In The Head*/
*{
	margin: 0;
	padding: 0;
}
	html,body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #000000;
}




/*----------------------General HTML---------------------------------- */
p, h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000
}

p{font-size: 100%;}
h1{font-size: 145%;}
h2{font-size: 135%;}
h3{font-size: 125%;}
h4{font-size: 115%;}
h5{font-size: 105%;}
h6{font-size: 100%;}
.small {font-size: 90%;}
.center {text-align: center;}

abbr,acronym{
border-bottom: dotted 1px rgb(0,0,0);
cursor: help;
}

a{
	font-size: 100%;
	text-decoration: none;
; color: #FFA141}

a:visited{
	font-size: 100%;
	text-decoration: none;
}

a:hover{
	font-size: 100%;
	text-decoration: none;
}

img{
	border: 0;
}


