﻿ html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #151515;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #cccccc;
	font-size: 12px;
}
	
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #a21212;
}
a:active {
	text-decoration: none;
	color: #a21212;
}
		
.TableFull
{
	border: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.ScrollTable
{
	overflow: scroll;
}
