body {
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff; /* Change this to change BG to match image or feel of Official website */
	color: #000000; /* Change to match website */
}

div {
	text-align: left;
}

a {
	color: #ee0000; /* Change to match website */
	text-decoration: none;
	
}

a:hover {
		text-decoration: underline;
	}


.footer {
	width: 100%;
	text-align: center;
}

td {
	font-size: 11px;
}

td a { text-decoration: none;}
td a:hover {text-decoration: underline;}

h1 { 
	font-size: 20px;
	text-transform: capitalize;
}

.eventtable { border-bottom: #000000 1px solid; } /*this can match text or change as appropriate */
