html,body{
	margin:0px;
	padding:0px;
	}

body{
	text-align:center;
	background-color: #090909;
	color:white;
	font-size:12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}


h1{
	font-size: 20px;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	color: #2d9fff;}

h2{

	font-weight: normal;
	margin:0px 0px 5px 0px;
	color: white;}


h3{

	font-weight: normal;
	margin:0px 0px 5px 0px;
	color: white;}


h4{
	font-size: 14px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	color: white;}


.heading {
	font-size: 25px;
	font-weight: none;
	font-variant: none;
	color: white;
}

.heading_blue {
	font-size: 20px;
	font-weight: none;
	font-variant: none;
	color: #2d9fff;
}

.blue {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2d9fff;
}

.white {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_small {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_smaller {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

p{margin:0 10px 10px}


A{text-decoration:none} 




a:link, a:visited
{
	color: #ffffff;
}

a:hover
{
	color: #2d9fff;
}


img
{
	border-color: #565656;
}

A:link img, A:visited img 
{
	border-color: #565656;
}

A:hover img 
{
	border-color: #565656;
}


.tb {
	color: #ffffff;
	padding:1;
	background-color: #1d1c1c; 
	border: 1px solid #565656;
}




