body		 { background: tan; scrollbar-base-color: tan; margin: 2px; }
h1           { font-family: "Trebuchet MS", sanserif; font-size: 16pt; color: #663300; font-weight: bold; margin-top: 6; margin-bottom: 4 }
h2           { font-family: "Trebuchet MS", sanserif; font-size: 14pt; color: #663300; font-weight: bold; margin-top: 6; margin-bottom: 4 }
h3           { font-family: "Trebuchet MS", sanserif; font-size: 12pt; color: #663300; font-weight: bold; margin-top: 6; margin-bottom: 4 }
h4           { font-family: "Trebuchet MS", sanserif; font-size: 11pt; color: #663300; font-weight: bold; margin-top: 6; margin-bottom: 2 }
h5           { font-family: "Trebuchet MS", sanserif; font-size: 10pt; color: #663300; font-weight: bold; margin-top: 6; margin-bottom: 2 }
p            { font-family: "Trebuchet MS", sanserif; font-size: 10pt; margin-top: 6; margin-bottom: 2 }
li           { font-family: "Trebuchet MS", sanserif; font-size: 10pt; text-decoration: none }
ol           { font-family: "Trebuchet MS", sanserif; font-size: 10pt; text-decoration: none }
ul           { font-family: "Trebuchet MS", sanserif; font-size: 10pt; text-decoration: none }
a:active     { font-family: "Trebuchet MS", sanserif; font-size: 10pt; text-decoration: underline; color: #4682B4 }
a:link       { font-family: "Trebuchet MS", sanserif; font-size: 10pt; color: #4682B4; text-decoration: none }
a:visited    { font-family: "Trebuchet MS", sanserif; font-size: 10pt; text-decoration: none; color: #808080 }
a:hover      { font-family: "Trebuchet MS", sanserif; font-size: 10pt; text-decoration: underline; color: #4682B4; background : #FFEBCD }
td           { font-family: "Trebuchet MS", sanserif; font-size: 10pt; margin-top: 4; margin-bottom: 2 }

.navbutton1:active, .navbutton1:link, .navbutton1:visited{
background-color: tan;
border: 3px tan outset;
padding: 3 6px;
color: saddlebrown;
text-decoration: none;
font: bold 10px "Trebuchet MS";
}

.navbutton1:hover{
background-color: oldlace;
border: 3px oldlace outset;
padding: 3 6px;
color: saddlebrown;
text-decoration: none;
font: bold 10px "Trebuchet MS";
}

.navbutton2:active, .navbutton2:link, .navbutton2:visited{
background-color: paleturquoise;
border: 3px paleturquoise outset;
padding: 3 6px;
color: #330000;
text-decoration: none;
font: bold 10px "Trebuchet MS";
}

.navbutton2:hover{
background-color: #e0e1a9;
border: 3px #e0e1a9 outset;
padding: 3 6px;
color: #9d4811;
text-decoration: none;
font: bold 10px "Trebuchet MS";
}

#column_300px {
	width: 300px;
	height: 300px;
	float: left;
	overflow: auto;
}