body {
	font-family: "Comic Sans MS", cursive, script;
	font-size: 10pt;
/**
	background-image:url("http://hurricanes.jayctheriot.com/images/S2010007e.JPG");
**/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: lightgray;
}
h3 {
	font-family: Impact, cursive, Zapf-Chancery;
}
h2 {
	font-family: roman, 'times new roman', times, serif;
}
h1 {
/*	font-family: script, Zapf-Chancery, 'URW Chancery L', Impact;
*/
	font-family: "Palatino Linotype", Book Antiqua;
	font-size: 36pt;
}
span.title {
	font-family: "Times New Roman";
	text-decoration: italics;
	font-size: 14pt;
}
span.subtitle {
	font-family: "Times New Roman";
	text-decoration: italics;
	font-size: 10pt;
}
td.menu {
	font-size: 10pt;
	text-decoration:none;
	border-radius:5px;
}
table.main{
	width: 900px;
}
img {
	border-style: outset;
}

img.logo {
	border-width:5px;
	border-color:blue;
	border-style:outset;
	border-radius:25;
}
img.title {
	height:50px;
}

div.info {
	font-family:cursive;
	text-align: left;
	font-size: 10pt;
	background: lightblue;
	padding: 5px;
	border-width:5px;
	border-color:blue;
	border-style:outset;
/**
	opacity:.80;
**/
}
ul{
	text-align:left;
	font-size: 10pt;
}
img.hmap {
	background-color:gray;
	border-width:5px;
	border-color:blue;
	border-style:outset;
	border-radius: 15px;
}
li {
	font-family:courier, "MS Serif", "New York";
	font-size:9pt;
}
td.link, img.link {
	border-width:2;
	background-color:yellow;
	border-color:blue;
	border-style:outset;
/**
	opacity:.80;
**/
	font-size:12;
}
table.menu{
	width:175px;
/**	opacity: .8;
**/
}
table.ssscale {
/**	opacity: .8;
**/
	background-color: yellow;
	
	}
a.menu:link,a.menu:visited {
	text-decoration:none;
	font-size:10pt;
	font-family:cursive;	
}

td.fav {
	vertical-align: top;
	font-size:10pt;
	font-family: cursive;
}
td, th {
	font-family: arial, helvetica, sans-serif;
	border-radius: 10px;
	padding: 5px;
	font-size: 10pt;
	border-color: blue;
}

.menu{
	text-decoration:none
}

a:hover{
	color:red;
}
table {
	border-radius: 10px;
	border-color: blue;
}