﻿body {
	margin: 3px;
	padding: 1;
	border: 1;
	text-align: center;
	}
h1 {
	margin: 2px;
	font-size: 18px;
}
a {
	text-decoration: underline;
	color: #C0C0C0;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
td
{
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	color: #CCCCFF;
	}
.border {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	}
.noborder {
	border-width: 0px;
}

a:hover {
	text-decoration: none;
}
.left {
	text-align: left;
	vertical-align: middle;
}
li {
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	margin: 4px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
}
li:hover
{
	background-color: #000000;
}
ul {
	padding: 0px;
	list-style-type: none;
	line-height: -1px;
}

