<style>
	body {
		background: black;
		margin-left: 0;
		margin-top: 0;
		font-family: Verdana,Arial,Helvetica;
	}
	a {
		color: #c0272c;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		color: #gray;
	}
	div.greeting{
		font-family: Verdana,Arial,Helvetica;
		color: #C0272C;
		text-decoration: underline;
		/*font-size: -1pt;*/
	}
	div.heading{
		color: gray;
		font-family: impact,times new roman,arial;
		font-size: 20pt;
	}
	div.content {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		color: black;	
		background: white;
	}
	div.content_special {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		color: white;	
		background: black;
	}

	div.date {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		color: #C0272C;	
		text-decoration: underline;
		font-weight: bold;
		background: white;
	}
	div.event {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		color: #black;	
		font-weight: bold;
		background: white;
	}
	div.month {
		font-family: Verdana,Arial,Helvetica;
		font-size: 15pt;
		color: black;	
		font-weight: bold;
		background: white;
		border-style: solid;
		border-color: #C0272C;
		border-width: thin;
		width: 300;
		padding: 5;
	}
	div.scolar_head {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		color: black;	
		font-weight: bold;
		background: white;
		border-style: solid;
		border-color: #C0272C;
		border-width: thin;
		width: 45%;
		padding: 5;
	}


	h1 {
		text-align: left;
		color: gray;
		font-size: 200%;
	}
	h2 {
		text-align: left;
		font-size: 150%;
		margin-left: -8%;
	}
	p	{
	}
	img {
		border: 0;
	}
	th {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		font-weight: bold;
		color: black;	
	}
	td {
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		color: black;	
	}
</style>
