body { 
	margin: 0px; 
}
p, h1, h2, h3, h4, h5, h6, em, ul { 
	font-family: verdana, sans-serif; 
	color: navy; 
}
.close { 
	margin: 0px; 
}
.high { 
	line-height: 180%;
}
.brown { 
	color: darkgoldenrod; 
}
.red { 
	color: #990000; 
}
.white { 
	color: white; 
}
.blue { 
	color: blue; 
}
.black { 
	color: black; 
}
.bold { 
	font-weight: bold; 
}
.min { 
	font-size: 90%; 
}
.tin { 
	font-size: 70%; 
}
A:link { 
	color: blue; 
}
A:visited { 
	color: darkgoldenrod; 
}
A:hover { 
	color: navy; 
}
A:active { 
	color: black; 
}
A.black:link { 
	color: blck; 
}
A.black:visited { 
	color: red; 
}
A.black:hover { 
	color: gray; 
}
A.black:active { 
	color: tan; 
}
A.red:link { 
	color: darkgoldenrod; 
}
A.red:visited { 
	color: red; 
}
A.red:hover { 
	color: gray; 
}
A.red:active { 
	color: tan;
}
A.white:link { 
	color: white; 
	font-size: 12px; 
}
A.white:visited { 
	color: tan; 
	font-size: 12px; 
}
A.white:hover { 
	color: lightblue; 
	font-size: 12px; 
}
A.white:active { 
	color: white; 
	font-size: 12px; 
}
A.champ:link { 
	color: white; 
	text-decoration: none; 
}
A.champ:visited { 
	color: tan; 
	text-decoration: none;
}
A.champ:hover { 
	color: pink; 
	text-decoration: none;
}
A.champ:active { 
	color: white; 
	text-decoration: none;
}
A.champ2:link { 
	color: white; 
	font-size: 12px; 
}
A.champ2:visited { 
	color: tan; 
	font-size: 12px;
}
A.champ2:hover { 
	color: pink; 
	font-size: 12px;
}
A.champ2:active { 
	color: white; 
	font-size: 12px;
}

#menu {
    background-color: none;
}
#menu div.top {
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 22px;
    border-color: #000000;
    border-width: 1px;
    border-style: solid solid solid solid;
    width: 100%;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
    background-color: blue;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 7px;
    border-color: #000000;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: relative;
    visibility: hidden;
    width: 100%;
}
#menu a {
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: burlywood;
    text-decoration: none;
    white-space: nowrap;
}

