/* CSS Document */

html,body{
height:100%;
margin:0px;
background:#363636;
}

p{
font-family:tahoma;
font-size:11px;
color:#666666;
margin:10px;
}

/* link */
a:link {
	color: #656464;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #656464;
}
a:hover {
	text-decoration: none;
	color: #858585;
}
a:active {
	text-decoration: none;
	color: #656464;
}

h1{
font-family:tahoma;
font-size:14px;
margin:5px;
margin-left:10px;
color:#858585;
font-weight:lighter;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#858585;
padding-left:0px;
padding-right:20px;
margin:3px;
}

.whiteText{
color:#FFFFFF;
}

.contact_info{
font-family:tahoma;
font-size:13px;
color:#666666;
margin:10px;
}

.black_bgr {
background:#000000;
}