a:active, a:link { color: #005F00; }
a:visited { color: red; }
a.bb:visited, a.bb:link { color: blue; }
body { background: #FFD; background-image: url(/jpg/b_ground.jpg); }
body, input, td { font-family: Verdana,Arial,Sans-Serif; }
button { font-weight: bold; width: 90px; border-width: 4px; border-style: outset; }
h1 { color: blue; text-align: center; }
input { font-size: smaller; }
input.bb { background-color: transparent; border-width: 0px; font-size: larger; }
ul { margin-top: 0px; margin-left: 15px; line-height: 1.4; }

#b { font-weight: bold; color: blue; }
#b1 { font-weight: bold; color: blue; font-size: larger; }
#b2 { color: blue; font-size: large; }
#rb { font-weight: bold; color: red; font-size: larger; }
#rbc { font-weight: bold; color: red; font-size: larger; text-align: center; }

.head { color: blue; font-weight: bold; font-size: xx-large; }
.main { margin: 0 auto; text-align: center; }
.team { color: blue; text-align: left; }

.b1 { font-size: larger; font-weight: bold; }
.bb { color: blue; font-weight: bold; }
.bbc { color: blue; font-weight: bold; text-align: center; }
.d { text-align: right; }
.l { text-align: left; }
.lrg { font-size: larger; }
.nn { text-decoration: none; }
.rb { font-weight: bold; color: red; }
.rb1 { font-weight: bold; color: red; font-size: larger; }
.rb2 { color: red; font-weight: bold; font-size: large; }
.rbc1 { color: red; font-weight: bold; text-align: center; font-size: larger; }
.top { vertical-align: top; }

.smlr { font-weight: bold; font-size: x-small; }
.sml { font-size: xx-small; }
.rsmlr { font-weight: bold; }
.rsml { font-size: normal; font-size: smaller; }

@media screen {
.b { color: blue; }
.duff { color: transparent; background: transparent; height: 0px; width: 90px; border-width: 4px; }
.next { color: white; background: blue; }
.prev { background: cyan; }
}

@media print {
.b, .duff, .next, .prev { display: none; }
}

