body {
	background: #CCCCCC;
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: large;
	text-align : center;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: 12pt;
	color: Navy;
}

h4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

a {
	text-decoration: none;
	color: #000088;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: blue;
	height: 1pt;
}

td.evdate {
	text-align:right;
	vertical-align:top;
	background-color:#DDDDDD
}

td.event{
	text-align:left;
	vertical-align:top;
	background-color:#DDDDDD
}

td.evdatea {
        text-align:right;
        vertical-align:top;
        background-color:#E6E6E6
}

td.eventa{
        text-align:left;
        vertical-align:top;
        background-color:#E6E6E6
}

