body{
	background-color:#151515;
	font-family:Trebuchet MS, Arial;
	font-size:13px;
	line-height:15px;
	color:white;
}

a:link {
	text-decoration: none;
	color:#ff5400;
}
a:visited {
	text-decoration: none;
	color:#ff5400;
}
a:hover {
	text-decoration: none;
	color:white;
}
a:active {
	text-decoration: none;
	color:#ff5400;
}

strong{
	font-size:15px;
	line-height:19px;
	color:#ff6600;
	text-decoration:underline;
}

img{
	border:0px;
}