A:link { color: blue; background-color: white; text-decoration: none }
A:visited { color: purple; background-color: white; text-decoration: none }
A:hover { color: green; background-color: white; text-decoration: none }

A.navbar:link { background-color: #0066FF; color: black; text-decoration: none }
A.navbar:visited { background-color: #0066FF; color: black; text-decoration: none }
A.navbar:hover { background-color: #0066FF; color: black; text-decoration: none }

BODY { color: black; background-color: white }

STRONG { font-family:"ms sans serif", geneva, Arial, Helvetica, Verdana, sans-serif; font-size: 80% }
CODE STRONG { font-family: "Courier New", Courier, "MS Courier New", Prestige, "Everson Mono", monospace }
PRE STRONG { font-family: "Courier New", Courier, "MS Courier New", Prestige, "Everson Mono", monospace }
PRE { font-family: "Courier New", Courier, "MS Courier New", Prestige, "Everson Mono", monospace }
CODE { color: #FF9900; background-color: white; font-weight: bold; font-family: "Courier New", Courier, "MS Courier New", Prestige, "Everson Mono", monospace }
CODE.markup { color: #000000; background-color: white; font-family: "Courier New", Courier, "MS Courier New", Prestige, "Everson Mono", monospace }
CODE.elem { color: #000000; background-color: white; font-weight: normal; font-family: "Courier New", Courier, "MS Courier New", Prestige, "Everson Mono", monospace }

.warning { color: red; background-color: white }
.grass { color: green; background-color: white }
.sky { color: blue; background-color: white }
.water { color: navy; background-color: white }
.night { color: black; background-color: white }

.cleanred { font-family: Verdana, Arial, Helvetica, geneva, sans-serif; color: red; background-color: white }

.bullet { font-weight: 900 }

TABLE.navbar { background-color: #0066FF; color: black }
TD.navbar { background-color: #0066FF; color: black }
TD.navbargray { background-color: #EEEEEE; color: black }
TABLE.navbargray { background-color: #EEEEEE; color: black }

H1, H2, H3, H4, H5, H6 { color: navy; background-color: white; font-family: Verdana, Helvetica, Arial, sans-serif }

.example {
border-top-color: olive;
border-top-width: 2px;
border-top-style: solid;

border-bottom-color: olive;
border-bottom-width: 2px;
border-bottom-style: solid;

border-left-color: olive;
border-left-width: 2px;
border-left-style: solid;

border-right-color: olive;
border-right-width: 2px;
border-right-style: solid;
}

.element {
width: 100%;
color: #000000;
background-color: #eeeeee;
padding: 5px;

border-top-color: black;
border-top-width: 1px;
border-top-style: solid;

border-bottom-color: black;
border-bottom-width: 1px;
border-bottom-style: solid;

border-left-color: black;
border-left-width: 1px;
border-left-style: solid;

border-right-color: black;
border-right-width: 1px;
border-right-style: solid;
}
