
#main { 
 width: 95%;
 margin-left: 2%;
 margin-right: 3%;
 margin-top: 2%;
 margin-bottom: 1%;

}

a:link, a:hover, a:active {
 color:#4096EE;
}

a:visited {
 color:#4096EE;
}


#header {
 border-bottom-color: #eeeeee;
 border-bottom-style: solid;
 border-bottom-width: medium;
}

#top a:link, #top a:visited {
 text-decoration: none;
 color: #FF0084;
}
/*
#top {
 text-align: center;
}*/

#menu {
 display: inline;
 list-style-type: none;
 font-weight: bold;
 padding-left: 2px;
}

#menu li {
 display: inline;
 margin-right: 5px;
}

#menu a:link, #menu a:visited {
 color:#4096EE;
 text-decoration: none;
}

#menu a:active, #menu a:hover {
 color:#FFFFFF;
 background:#4096EE;
}

#footer {
 border-top-color:#eeeeee;
 border-top-width: medium;
 border-top-style: solid;
}

#footer a {
 font-weight: bold;
 text-decoration: none;
}



/* large text */
.large1 {
 font-size: 200%;
 font-weight: bold;
}
.large2 {
 font-size: 175%;
}
.large3 {
 font-size: 150%;
}
.large4 {
 font-size: 125%;
}


#chron-review {
 margin-right: 40%;
}

#chron-review p {
 text-indent: 5%;
}

.hours {
 font-size: 90%;
}


#index-table tr td img {
 padding-right: 5px;
 padding-left: 5px;
}

#index-table tr td {
 text-align: center;
}






