﻿body
{
    text-align: center;
    background-color: #DFDFDF;
}

div.canvas
{
    border: thin solid #C0C0C0;
    width: 950px;
    text-align: left;
    background-color: #FFFFFF;
}

div.menu
{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.header
{
    text-align: center;
    margin-bottom: 15px;
}

div.footer
{
	text-align: center;
	font-family: Calibri;
	font-size: 18px;
	color: #000080;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.content
{
    text-align:left;
    margin-bottom: 15px;
    padding-left:15px;
    padding-right:15px;
}

a.menu
{
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
    color: #000080;
    text-decoration: none;
}

a.ball
{
    text-decoration: none;
    width: inherit;
    height: inherit;
    display: block;
    color:White;
}

a.ball:visited
{
    color:White;
}

font.h2
{
    font-family: Calibri;
    font-size: 18px;
}

font.h3
{
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
}

td.events
{
    vertical-align: text-top;
    font-family: Calibri;
    font-size: 18px;
}

h2
{
    font-family: Calibri;
    font-size: 18px;
}

h3
{
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
}