.photoright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

body {
	background: White;
	color: Blue;
	font: large sans-serif;
	text-align: left;
	vertical-align: middle;
}

a {
	background: transparent;
	font: normal normal bold;
	text-decoration: none;
	color: Navy;
}

a:hover {
	background: transparent;
	font: italic normal bold sans-serif;
	color: Red;
	text-decoration: none;
}

a:visited {
	background: transparent;
	
	font: bold;
	text-decoration: none;
}

h1 {font-style:normal; 
	font-variant:small-caps;
 	font-family:serif; 
	font-weight:900; 
	font-size:25pt; 
	color:maroon; 
	text-align:center; 
	vertical-align:middle;

}

h3 {font-style:normal; 
	font-variant:small-caps;
   	font-family:serif; 
	font-weight:900; 
	font-size:18pt; 
	color:maroon; 
	text-align:center; 
	vertical-align:middle;

}


.leftmenu {
	background: transparent;
	font: normal small-caps bold 14pt sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	
}

.footer{
	color: Maroon;
	font-weight: normal;
	font-style: normal;
	font-family: sans serif;
	font-size: 7pt;
	text-align: center;
}

.menu{ background-color : transparent;
	color : maroon;
	font-variant:small-caps;
	font-weight : bold;
	font-style : normal;
	font-family : sans serif;
	font-size :8pt;
	text-align : right;
	text-decoration:none;
}

.special1{background-color : transparent;
	color : maroon;
	font-variant:small-caps;
	font-weight : bold;
	font-style : normal;
	font-family : sans serif;
	font-size :12pt;
	text-align : left;
	text-decoration:none;

}

.special2{background-color : transparent;
	color : maroon;
	font-variant:small-caps;
	font-weight : bold;
	font-style : normal;
	font-family : sans serif;
	font-size :12pt;
	text-align : center;
	text-decoration:none;

}

