.menutitle
	{
	margin-top:3mm;
	line-height:5mm;
	background-color:steelblue;
	color:white;
	font-weight:bold;
	text-align:center;
	border:.1mm solid black
	}
.menu
	{
	border:.1mm solid black;
	line-height:7mm;
	width:100%;
	height:71%;
	overflow:auto
	}
.menu a:link
	{
	color:black;
	font-weight:bold;
	text-decoration: none;
	background-color:transparent;
	width:100%;
	padding-left:2mm;
	font-family: 'Arial Narrow', Helvetica, sans-serif
	}

.menu a:visited
	{
	color:black;
	font-weight:bold;
	text-decoration: none;
	background-color:transparent;
	width:100%;
	padding-left:2mm;
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	}

.menu a:hover
	{
	color:white;
	font-weight:bold;
	text-decoration: none;
	background-color:teal;
	width:100%;
	padding-left:2mm;
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	}

.pic
	{
	border:1mm solid black
	}
.heading
	{
	font-family:Rockwell Extra Bold;
	font-size:24pt
	}
	
.heading1
	{
	font-family:Rockwell;
	font-weight:bold;
	font-style:italic;
	font-size:22pt
	}
	
.heading3
	{
	font-family:Rockwell;
	font-weight:bold;
	font-style:italic;
	font-size:16pt
	}

.desc
	{
	font-family:Rockwell Condensed;
	font-weight:bold;
	font-size:16pt
	}
	
.desc2
	{
	font-family:Rockwell;
	font-weight:bold;
	font-size:12pt
	}
	
.footer1
	{
	font-family:Rockwell Extra Bold;
	font-size:12pt
	}
	
.footer2
	{
	font-family:Rockwell;
	font-size:12pt
	}
	
.sitedesc
	{
	font-family:Rockwell;
	font-size:10pt
	}
	
.imagedesc
	{
	font-family:Rockwell;
	font-weight:bold;
	font-style:italic;
	font-size:12pt;
	color:sienna
	}