BODY, TD {
/*	background-color: #D2B48C; */
	font-family : arial ;
	font: 80%;
	color: #000000;

}
 .title {
	font-family: arial;
	color : #0072cc;
	font: 30px;
}
 .sm_title {
	font-family: arial;
	color : #663333;
	font: 20px;
	text-align: center;
}
 .med_title {
	font-family: arial;
	color : #666633;
	font: 23px;
	text-align: center;
}
 .btitle {
	font-family: arial;
	color : #0072cc;
	font: bold 30px;
}
.white {
	color: white;
}

A {
	color: #666633;
	text-decoration: none;
}

A:Hover {
	color: #990000;
	text-decoration: underline;
}

H1, H2, H3, H4, H5 {
	font-variant: small-caps;
	background-color: #dddddd;
	color: #222266;
	padding: 4px;
	width: 500px;
	border-bottom : 1px dashed Black;
}

.sub {
    background-color: #eeeeee;
	color: #222266;
	width: 500px;
	border-bottom : 1px dashed Black;
}

.bronze {
    background-color: #8C7853;
	color: #ffffff;
	width: 500px;
	border-bottom : 1px dashed Black;
}