body {
	margin: 0px;
	background-color: #000;
}
a:visited {
	color: #F00;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #F00;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
} 
a:active {
	color: #F00;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
.text {
	color: #000;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
}
p {
	margin:  0px 5px 5px 5px;
	padding:  0px 0px 0px 10px;
}
