body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background: black url();
	margin:18px 0 0 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}
li {
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
a:link {
	color: #99ff00;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	color: #99ff00;
	text-decoration: none;
}
a:active {
	color: #99ff00;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
table{
	width:720px;
	height:642px;
	border:0;
}
.outline{
	border:1px solid #fff;
}