body, div, p, td, dl, dt, dd, ul, ol, li {  
	font-family: sans-serif;
}
div.Main {
	width: 760px; 
	font-size: medium; 
}
dd,
td	 {
	font-weight : bold;
	font-size : small;
}
td.Small {
	font-size : x-small;
	font-weight : normal;
}
td.Image {
	background-color: transparent;	
}
td.Select {
	background-color: #FFFFCE;	
}
td.GalleryThumb {
	font-weight : normal;
	font-size : x-small;	
}
td.Desc {
	background-color: #CEFFFF;	
}
td.NavLink {
	font-size : small;
	font-weight : bold;
	padding-left : 10px;
	padding-right : 10px;
}
dt  {
	color : Navy;
}
dd  {
	margin-top : 15px;
	margin-bottom : 15px;
	font-size : small;
}
h1 {
	background-color: silver;
	border-bottom: outset;
	border-left: outset;
	border-right: outset;
	border-top: outset;
	color: #800040;
	text-align : center;
}
h2 {  
	color: #800040;
	text-align : left;
}
h3 {  
	color: Navy;
	text-align : left;
}
hr {
	color: Red;
}
a:hover
{
	color: Red;
}

