BODY
{
	font-family: Arial;
}
.siteTitle 
{ 
	font-family: Monotype Corsiva; 
	font-size: 36pt; 
	font-style: normal; 
} 
.siteSubtitle 
{ 
	font-family: Monotype Corsiva; 
	font-size: 14pt; 
	font-style: italic; 
} 
.title 
{ 
	font-family: Arial; 
	font-size: 18pt; 
	font-style: normal; 
} 
.subtitle 
{ 
	font-family: Arial; 
	font-size: 12pt; 
	font-style: normal; 
} 
.text 
{ 
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal; 
} 
.hint 
{ 
	font-family: Arial; 
	font-size: 8pt; 
	font-style: normal; 
} 
.textRed 
{ 
	font-family: Arial; 
	font-size: 10pt; 
	font-style: normal; 
	color: Red; 
} 
.quote 
{ 
	font-family: Times; 
	font-size: 12pt; 
	font-style: italic; 
} 
.noLink 
{ 
	FONT-FAMILY: Arial; 
	FONT-SIZE: 12pt; 
	FONT-WEIGHT: bold; 
	COLOR: black; 
	width: 90px; 
	border: solid 1px white; 
	padding: 2px; 
} 
.menu 
{ 
	FONT-FAMILY: Arial; 
	FONT-SIZE: 12pt; 
	FONT-WEIGHT: bold; 
	COLOR: blue; 
	TEXT-DECORATION: none; 
	width: 90px; 
	border: solid 1px white; 
	padding: 2px; 
} 
A.menu:hover 
{ 
	CURSOR: hand; 
	border: solid 1px red; 
	padding: 2px; 
} 
.box 
{ 
	margin: 8px 8px 0px 0px; 
	border: solid 1px blue; 
	width: 120px; 
	background-color: whitesmoke; 
	font-size: 13px; 
} 
.boxHeader 
{ 
	border: solid 1px blue; 
	text-align: center; 
	font-weight: bold; 
	background-color: gainsboro; 
	padding: 2px; 
} 
.boxItem 
{ 
	border: solid 1px blue; 
	text-align: center; 
	padding: 2px; 
} 
.midBox 
{ 
	margin: 6px 6px 0px 0px; 
	border: solid 1px blue; 
	width: 320px; 
	background-color: whitesmoke; 
	font-size: 13px; 
} 
.midHeader 
{ 
	border: solid 1px blue; 
	text-align: center; 
	font-weight: bold; 
	background-color: gainsboro; 
	padding: 2px; 
} 
.midBody 
{ 
	border: solid 1px blue; 
	padding: 2px 4px; 
} 
.wideBox 
{ 
	margin: 8px 0px; 
	border: solid 1px blue; 
	width: 650px; 
	background-color: whitesmoke; 
	font-size: 13px; 
} 
.wideHeader 
{ 
	border: solid 1px blue; 
	text-align: center; 
	font-weight: bold; 
	background-color: gainsboro; 
	padding: 2px; 
} 
.wideBody 
{ 
	border: solid 1px blue; 
	padding: 2px 4px; 
} 
