@charset "UTF-8";

html, body 
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: white;
	color: black;
}

.table
{
	height: 100%;
}

:link, :visited, :active
{
	text-decoration: none;
}

link:active
{
	color: white;
}

.message 
{
	height: 80%;
	white-space: nowrap;
}

.serif
{
	font-family: Times, serif; 
}

.sans-serif
{
	font-family: "Gill Sans", "Lucida Sans", sans-serif; 
}

.numbers
{
	font-family: "Courier New", monospace;
	font-weight: lighter;
}

.link 
{
	height: 20%;
	color: gray;
	white-space: nowrap;
	font-family: "Gill Sans", "Lucida Sans", sans-serif; 
	font-size: 12pt;
}

.height18
{
	font-size: 18pt;
}

.height24
{
	font-size: 24pt;
}

.height36
{
	font-size: 36pt;
}

.height48
{
	font-size: 48pt;
}

.height64
{
	font-size: 64pt;
}

.height72
{
	font-size: 72pt;
}

.height96
{
	font-size: 96pt;
}

.height144
{
	font-size: 144pt;
}

.height288
{
	font-size: 288pt;
}

.you
{
	color: gray;
}

.mumbojumbo
{
	color: black;
}
