

body
{
	margin: 1em;
	background: #630;
	color: #036;
	font-family: arial, helvetica, sans-serif;
	font-weight: 100;
}

h1
{
	font-size: 14pt;
	text-shadow: 2px 2px 2px #9cf;
}

h2
{
	font-size: 12pt;
	text-shadow: 2px 2px 2px #9cf;
}

h3
{
	font-size: 10pt;
}

.nav a
{
	display: block;
	background: rgb(50, 100, 200);
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.nav a:hover
{
	background: rgb(200, 100, 50);
}

.content
{
	padding: 1em;
}

p
{
	font-weight: 100;
}

.button
{
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid silver;
	padding: 5px;
	background: #def;
}

.button:hover
{
	background: #fed;
}

.footer
{
	text-align: center;
	background: #963;
	color: white;
}

.footer h1
{
	font-size: 10pt;
	text-shadow: none;
}

.footer a
{
	color: white;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.av
{
	background: #cfc;
}

.bkd
{
	background: #fcc;
}

.calendar
{
	border: 1px solid #660;
	background: #ffe;
}

.calendar td
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}


.account
{
	border-color: #66f;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
}

.account td
{
	border-color: #66f;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}

