h5 {
	color: #F0EBF1;
}
a {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	background-color: transparent;
	color: #660000;
	font-weight: bold;
	}

a:visited {
	background-color: transparent;
	color: #800000;
}

a:hover {
	background-color: #2F3F4F;
	color: #F0EBF1;
	text-decoration: none;
}

a:active {
	background-color: transparent;
	color: #003366;
}

body {
	background-image: url(images/paven.gif);
	background-color: #435D5A;
	color: #32454B;
	font-size: large;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-weight: bold;

}

h4 {
	font-size: xx-small;
}


h1 	{
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: x-large;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0ex;
	padding-bottom: 0;	

}
h6 	{
	color: #909090;
	font-size: xx-small;
	font-weight: lighter;
	margin-bottom: 0;
	margin-top: 0ex;
	padding-bottom: 0;
	font-style: italic;
	}

table  {
	background-color: #C0C0C0;
	border-color: #F0EBF1;
	border-width: thin;
}

td
	{
	background-color: #F0EBF1;
	border-width: thin;
	font-size: 10pt;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-weight: lighter;
}

th {
	background-image: url(images/paven.gif);
	background-color: #32454B;
	border-color: #F0EBF1;
	border-style: ridge;
	border-width: thin;
	color: #F0EBF1;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: medium;
	font-weight: lighter;
	margin-bottom: 0;
	margin-top: 0;
	}
