BODY { 
	background-color: #FFFFFF 
}
H1 { 
	color: #c60; 
	font-size: x-large; 
	font-family: "Georgia", serif; 
	text-align: center
	
}

H2 { 
	color: #c60; 
	font-size: large; 
	font-family: "Georgia", serif; 
	text-align: center 
}

H3 { 
	color: #c60; 
	font-size: medium; 
	font-family: "Georgia", serif;
	text-align: center 
}

UL { 
	color: maroon; font-size: medium; 
	font-family: "Georgia", serif; 
	line-height: 135% 
}

.menu { 
	color: navy; 
	font-size: small; 
	font-weight: bolder; 
	font-family: "Verdana", sans-serif 
}

.menu:link { 
	color: navy; 
	font-size: small; 
	font-weight: bolder; 
	font-family: "Verdana", sans-serif 
}

.menu:visited { 
	color: blue; 
	font-size: small; 
	font-weight: bolder; 
	font-family: "Verdana", sans-serif 
}

.menu:hover { 
	color: yellow;
	background-color: navy;
	font-size: small; 
	font-weight: bolder; 
	font-family: "Verdana", sans-serif
}

address { 

	margin-left: 3em;
	color: black; 
	font-size: medium; 
	font-family: "Georgia", serif
	
}


P { 
	text-indent: 3em;
	color: black; 
	font-size: medium; 
	font-family: "Georgia", serif 
}

B { 
	color: navy; 
	font-size: medium; 
	font-family: "Georgia", serif
 }

A:link { 
	color: navy; 
	font-size: small; 
	font-weight: bolder; 
	font-family: "Georgia", serif
	
 }

A:visited { 
	color: #00FF00; 
	font-size: small; 
	font-weight: bolder; 
	font-family: "Georgia", serif
 }

A:hover { 
	color: yellow;
	background-color: navy;
	font-size: small; 
	font-weight: bolder; 
	font-family: "Georgia", serif
	
 }
	
.caption { color: navy; 
	font-size: 10px; 
	font-family: "Georgia", serif 
}
