body {
	font-family: Trebuchet MS, Tahoma, Verdanan, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 135%;
	margin:0;
	padding:0;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	letter-spacing: 1px;
	color: #B0B0B0;
	margin-top:50px;
	margin-bottom:30px;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 88px;
	font-style:italic;
	line-height: 125%;
	color: #DFDFDF;
	margin-top:30px;
	margin-bottom: 0px;
	padding: 15px;
}
a:link, visited {
	color: #333399;
}
a:hover,
a:active {
  	text-decoration: underline;
}
.text1 {
	color: #000000;
}
.small {
	color: #cccccc;
	margin-bottom:100px;
}
.menu {
	font-size: 1.1em;
	line-height: 150%;
	color: #FFFFFF;
}

.menu a:link {
	letter-spacing: 1px;
	background-color:#66FFFF;
	text-decoration:none;
	border-bottom:none #66cccc 2px;
	border-right:dotted #fff 3px;
	/* border-left:dotted #fff 2px; */
	padding:5px 10px 4px 10px;
}
.menu a:visited {
	letter-spacing: 1px;
	background-color:#66FFFF;
	border-bottom:none #66cccc 2px;
	border-right:dotted #fff 3px;
	/* border-left:dotteb #fff 2px; */
	text-decoration:none;
	padding:5px 10px 4px 10px;
	padding-top:5px;
	color:#FF9933;
}
.menu a:hover, a:active{
	letter-spacing: 1px;
	background-color:#E0FBFE;
	border-bottom:dotted #ff9900 1px;
	border-right:dotted #fff 3px;
	border-left:none #ff9900 2px; 
	text-decoration:none;
	padding:5px 10px 4px 10px;
	padding-top:5px;
}
