body {background-color: #FFFFCC;} /*this sets the background image */
#page{
width: 90%;
margin-left: auto;
margin-right: auto;
}
/*this is the page container*/
.md {
font-size: 0.8em;
text-align: center;
font-family: sans-serif;
}

div#title {
text-align: center;
font-family: sans-serif;
font-size: 1em;
}

span#titleb {
font-weight: bold;
font-size: 2em;
}

.main {
text-align: center;
font-family: sans-serif;
font-size: 1em;
}

.colone {
width: 20%;
}

.coltwo {
width: 60%;
}
.colthr {
width: 20%;
}

.bold {font-weight:bold;}

.nav {
text-align: left;
font-family: sans-serif;
font-size: 1em;

}

#copy {
width: 100%;
text-align: center;
font-family: sans-serif;
font-size: 1em;
}

.green {
background-color: #ccffcc;
font-family: sans-serif;
font-size: 0.8em;
}
.fifty {
width: 50%;
font-family: sans-serif;
font-size: 1em;
}
tr {
text-align: center;
font-family: sans-serif;
font-size: 1em;
}

td{
text-align: center;
font-family: sans-serif;
font-size: 1em;
}

.hunb {
width: 100%;
font-family: sans-serif;
font-size: 1em;
border-style: ridge;
border-color: blue;
padding: 2px 2px 2px 2px;
}
.bb {
font-weight: bold;
color: blue;
}
.blue {
color: blue;
}

.justify {
text-align: justify;
font-family: sans-serif;
font-size: 1em;
}
.fiftyb {
width: 50%;
font-family: sans-serif;
font-size: 1em;
border-style: ridge;
border-color: blue;
padding: 2px 2px 2px 2px;
}
.joke1 {
background-color: #ffff99;
font-family: sans-serif;
font-size: 1em;
padding: 2px 2px 2px 2px;
text-align: left;
}
.joke2 {
background-color: #ccff99;
font-family: sans-serif;
font-size: 1em;
padding: 2px 2px 2px 2px;
text-align: left;
}
.joke3 {
background-color: #ffcc66;
font-family: sans-serif;
font-size: 1em;
padding: 2px 2px 2px 2px;
text-align: left;
}
.joke4 {
background-color: #99ccff;
font-family: sans-serif;
font-size: 1em;
padding: 2px 2px 2px 2px;
text-align: left;
}
.joke5 {
background-color: #ff6666;
font-family: sans-serif;
font-size: 1em;
padding: 2px 2px 2px 2px;
text-align: left;
}
div#map {
margin-left: auto;
margin-right: auto;
}
.italic {
font-style: italic;
}