h1, h2, h3, h4, h5 {
		color: red; 
		font-family: arial, helvetica, sans-serif;
}
h1 {
		font-weight: bold; 
		font-size: 150%; 
		color: red;
 }
h2 {
		font-weight: bold; 
		font-size: 130%;
 }
h3 {font-size: 80%;}
h4 {font-style: italic; font-size: 100%;}
h5 {
		font-style: italic; 
		font-size: 90%; 
		color: blue;
}
	a:visited	{
		color: #62C0DE;
} 
	a:hover	{
		background: #62C0DE;
		color: #ffffff;
		}     	
.indent {text-indent: 20px;}
ul, ol {text-indent: 0px;}
li {font-size: 90%;}
tt {
		text-indent: 20px; 
		font-size: 110%; 
		font-family: courier;
}
table {background: #FFFFFF;}
.small{
	font-size: 75%;
}
.verysmall{
	font-size: 60%;
}
.large{
	font-size: 200%;
}


	body {
		text-align: center;
		background-color: #62C0DE; 
		color: black; font-size: 100%; 
		font-family: arial, helvetica, sans-serif;
	}
	#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background: #ffffff;
		}
		
	#contentleft {
		width:200px;
		padding:5px;
		float:left;
		background: #ffffff;
		font-size:75%;
		text-align:left;
		}
		
	#contentright {
		width:500px;
		padding:5px;
		float:right;
		background:#fff;
		}
	#contentright #photo {
		float:right;
		width:230px;
		margin:10px 10px 10px 10px;
		text-align: center;
		}
	#contentright #header {
		text-align: center;
		font-size:75%;
}

	#footer	{
		width: 700px;
		padding:5px;
		text-align: center;
		font-size:60%;
}

	table {
		border-top: 1px solid red;
		border-bottom: 1px solid red;
}
