﻿body 
{
    color: #FFFF00;
    background-color: #006666;
    font-family: Times New Roman;
    font-size: 12pt;
    text-align: left;
    position: relative;
    top: 80px;
}

p {
    padding: 15px;
    text-indent: 10px;
}

h1
{
    color: #FFFF00;
    font-family: Times New Roman;
    font-size: 26pt;
    text-align: center;
    word-spacing: normal;
    padding: 15px;
}

h2
{
    color: #FFFF00;
    font-family: Times New Roman;
    font-size: 18pt;
    text-align: left;
    padding: 10px;
}

hr
{
    color: #FFFF00;
}

a
{
    color: #FFCC00;
}
a visited
{
    color: #FFCC00;
}

* {margin:0; padding:0}

.menu, .menu2 {
	position: absolute;
    background-color: #006666;
	height: 35px;
	width: 100%;
	color: #FFFF00;
    position: fixed;
}

.menu {
    top: 0px;
    border-top-color: #FFFF00;
    border-top-width: 2px;
    border-top-style: solid;
}

.menu2 {
    top: 37px;
    border-bottom-color: #FFFF00;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.menu ul, .menu2 ul {
	list-style: none;
	z-index: 10;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 1140px;
	height: 35px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

.menu li, .menu2 li { 
    float: left;
    width: 20%;
    text-align: center;
}

.menu li a:hover, .menu2 li a:hover {
    background-color: #FFFF00;  
    color: black;
}

.menu a, .menu a:active, .menu a:visited, .menu2 a, .menu2 a:active, .menu2 a:visited {
    text-decoration: none;
	color: #FFFF00;
    padding: 10px;
}

.menu a:hover, .menu2 a:hover {
	color: white;
}

.calendar, .month, .day, .closed, .open, .blank, .night, .both, .misc_300, .misc_150, .misc_700 {
    font-size: 24px;
    padding: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.day, .closed, .open, .blank, .night, .both {
    width: 55px;
    height: 55px;
}

.misc_700 {
    width: 700px;
}

.misc_300 {
    width: 300px;
}

.misc_150 {
    width: 150px;
}

.calendar {
    color: Black;
    background-color: Silver;
}

.month {
    text-align: center;
    font-weight: bold;
}

.day, .misc_300, .misc_150, .misc_700 {
    text-align: left;
}

.closed, .open, .blank, .night, .both {
    text-align: right;
}

.closed
{
    background-color: #808080;
}

.open 
{
    background-color: #009900;
}

.both
{
    background-color: Orange;
}

.night
{
    background-color: cornflowerblue;
}
