﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: lavender;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #695276;
}
th {
	color: #695276;/*Dark Purple Color*/
}
h4 {
	color: #695276;
}
.oddRow {
	background-color: #CCFFCC;
}
.evenRow {
	background-color: #CCCCFF;
}
ul {
	list-style-image: url('images/aball.gif');
}
td {
	vertical-align: top;
}
#Contact {
	vertical-align: bottom;
	text-align: right;
}
a:hover {
	background-color: #00FFFF;
}
#allPage {
	margin-right: auto;
	margin-left: auto;
}
