/* CSS Document */
/* @CHARSET "UTF-8"; */
body { padding-left: 11em;
       font-family: Georgia, "Times New Roman", Times, serif;
       color: white;
       background-color: #3399FF ; font-weight: bold}
td.inset {
	padding-left: 1em }
table.hols {
	position: relative;
	left: 2em;
	border: solid 1px }

ul.navbar {
	list-style-type: none;
	padding-top:2.5em;
	padding-left:0em;
	margin: 0;
	position: absolute;
	top: 2.5em;
	left: 1em;
	width: 9em }
li.navbarother {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em; 
    border-right: 1em solid #FFE6CC }
li.navbarhere {
    background-color: #66FFFF;
    margin: 0.5em 0;
    padding: 0.3em; 
    border-right: 1em solid #FFE6CC }
a.navbar:link {
    text-decoration: none; color: #3399FF }
a.navbar:visited {
    text-decoration: none; color: #3399FF }
a.navbar:hover {
    text-decoration: none; color: #3399FF }
a:link {
	color: #FFFFFF; text-decoration: underline}
a:visited {
    color:#FFFFFF ; text-decoration: underline}
a:hover {
	color:#FFFFFF }


