body {
	background-color: #0a0b0d;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}
a:link {
	color: #FF6633;
}
a:visited {
	color: #FF6633;
}
.linkunderline:hover {
	text-decoration: underline; 
	color: #FF6633;
}
.tit, .tex {
	text-align: left;
	color: #FF6633;
	font-size: 12px;
	font-family: Gill Sans MT, Arial, Verdana, sans-serif;
}

.tex {
	color: #FFFFFF;
}

.linkUnder:hover {
	text-decoration: underline; 
}
