/* CSS Document */

body{
	padding : 0;
	margin : 0;
	background-color : #000010;
}

/* Typo */

.t1{
	font-family : Tahoma, Trebuchet MS, Georgia, sans-serif;
	line-height : 15px;
	padding-left : 0px;
	font-size : 11px;
	color : #999999;
	text-decoration : none;
	font-weight : normal;
}

.t2{
	font-family : Tahoma, Trebuchet MS, Georgia, sans-serif;
	line-height : 15px;
	padding-left : 0px;
	font-size : 11px;
	color : #999999;
	text-decoration : none;
	font-weight : normal;
}

/* Hover */

a:hover{
	text-decoration : underline;
	color : #FFFFFF;
}

/* End */