body {
font-family: Georgia, "Times New Roman", serif;
font-size: 10px;
}
h1 {
color: white ;
font-size: 42px;
vertical-align: middle;
text-align: center;
height: 112;
width:900;
margin:0;
padding-top: 25px;
background-color: blue;
}

h2 {
color : black;
font-size: 15px;
font-weight: bold;
margin:0;
}

P{
font-size: 12px;
font-style: normal;
}


thead td{
font-size:14px;
text-align:center;
font-weight:bold;
}

thead tr:hover{
background-color:transparent;
color:inherit;
}

tr{
font-size:14px;
}

tr#prices {
font-size:14px;
text-align:center;
}

tr#prices:hover{
background-color:#009BFF;
color:white;
}



td#price{
color: blue;
text-weight:bold;
}

td#booked{
background-color:#FF5959;
}

ul#topnav, ul#topnav li {
float: left;
list-style: none;
margin: 0;
padding: 0;
font-size:14px;
}

ul#topnav, ul#topnav li a{
float: left;
padding: 3px;
text-decoration: underline;
}

ul#topnav li.first a {
padding: none;
}

ul#nav, ul#nav li {
list-style: none;
margin: 0;
padding: 0;
}

a{
color: #00F;
}
a:hover{
color: #009BFF;
}

a#ext{
background: url('../images/externallink.gif') no-repeat right top;
padding-right: 17px;
height: 1%;
}

a#ext:hover, a#ext:visted{
text-decoration:none;
text-weight:bold;
border-bottom:1px dotted #000;
}
a#ext:link,a#ext:active{
text-decoration:underline;

}

ul li a{
color: #00F;
}

ul li a:hover{
color: #009BFF;
}






