/*this is the style sheet*/
body {
background-color: #3399cc;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
margin: 0;
}
h1 {
font-size: 24pt;
color: #0000ff;
margin-top: 0px;
text-align: center;
letter-spacing: 2px;
font-family: Impact, Tahoma, Arial, Helvetica, sans-serif;
text-decoration:underline;
}
h2 {
text-align:center;
font-size: 24pt;
color: #0000FF;
text-decoration:underline;
}
h3 {
text-align:center;
font-size: 12pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
text-align:center;
font-size: 7pt;
}
h5 {
text-align:center;
font-size: 24pt;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
}
h6 {
text-align:center;
font-size: 14pt;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
}
p {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
text-align:justify;
line-height: 1.2em;
text-align:center;
}
a:link {
}
a:visited {
}
a:hover {
color:#0000FF;
}
#quickfacts {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 100%;
text-align: center;
}
#quickheader {
background-image: url(images/frogmanhead.jpg);
background-color: #ffffff;
position: relative;
top: 0;
border: 0px;
height: 200px;
width: 800px;
overflow: hidden;
}
#content {
position:relative;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
margin-top: 0;
width: 800px;
height: 100%;
}
#main-text {
color:#000000;
background-color:#ffffff;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
}
#bookmauiluau {
text-align:center;
font-size: 24pt;
color: #0000FF;
text-decoration:underline;
}
#main-text a:link, #main-text a:visited, #main text a:hover {
text-align:center;
}
#navbar {
position:absolute;
text-align:center;
background-color: #999999;
top: 0px;
left: 0px;
width: 150px;
height: 100%;
}
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
background-color: #999933;
font-weight:bold;
color: #333333;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
}
#navbar ul li a:hover {
background-color: #666600;
}
#main-text h2 a:link, #main-text h2 a:visited {
color:#cccc66;
font-size: 24pt;
text-decoration:underline;
}
img {
border: 0px;
}