body {
font-family: arial;
background-image:url("images/skyback.jpg");
background-repeat: repeat-x;
background-color: white;
}

/*Paragraph Formats*/
.intro {
font-size:medium;
font-style:normal;
font-weight:normal;
border-style:solid none; 
border-width:2px;
border-color:#000080;
background-color: #F0FFFF;
padding-left:10px;
padding-right:10px;
}

.story {
background-color: #E0FFFF;
border-spacing: 0px;
width: 100%;
}

.text {
font-size:medium;
font-style:normal;
font-weight:normal;
border-spacing: 0px;
width: 100%;
}

.smalltext {
font-size:10pt;
font-style:normal;
font-weight:bold;
}

/*Link Properties*/
a:link {color: #000080; text-decoration: none}
a:visited {color: #000080; text-decoration: none}
a:hover {color: #0000FF}

/*Heading Formats*/

h1 {
text-align: center;
font-size:24pt;
font-style:italic;
font-weight:bold;
color:#000080;
}

h2 {
font-size:12pt;
font-style:normal;
font-weight:bold;
color:white;
background-color:#000080;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
margin-top: 1em;
margin-bottom: 0;
}

h3 {
font-size:12pt;
font-style:normal;
font-weight:bold;
color:black;
/*margin-top: 1em;*/
margin-bottom: 0;
}

/*Table Formats*/
td.menu {
/*font-family:arial;*/
font-size:medium;
font-style:normal;
font-weight:bold;
border-style:solid;
border-width:1px;
border-color:#D8D8D8;
background-color:#F0F0F0;
}

.mmenu {
list-style-type: none;
padding-left: 0;
margin-left: 2px;
}

.gallery {
padding: 5px;
}

