body
{
	text-align: center;
	background-color: #cccccc;
	FONT-SIZE: x-small; 
	FONT-FAMILY: Arial, Verdana
}

h1
{
	background-color: #cccccc;
}

div.header,  span.header, h1
{
	FONT-FAMILY: Arial, Verdana;
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	font-size: x-small;
	color: DarkRed;
}

a
{
	font-size: x-small;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a:hover
{
	font-size: x-small;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

a.toplink
{
	font-size: xx-small;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

a:hover.toplink
{
	background-color: white;
	font-size: xx-small;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: none;
}

div.disabled
{
	font-size: x-small;
	font-family: Verdana, Arial;
	color: Gray;
}

div.title
{
	text-align: left;
	vertical-align: bottom;
	border: double medium blue;
	background-image: url(flag.jpg);
	width: 500px;
	height: 90px;
	background-repeat: no-repeat;
	background-color: #dddddd;
}

div.main
{
	FONT-FAMILY: Arial, Verdana;
	text-indent: 10px;
	text-align: left;
	width: 500;
	border: double medium blue;
	background-color: #eeeeee;
	padding: 20px 15px 10px 15px;
	COLOR: red
}

table.jasonisflammer td
{
	font-size: x-small;
}