body { background-color: navy; color: #ffffff; font-family: Arial, sans-serif; font-size: 12px; line-height: 10.2pt; margin-left: 2px; padding-top: 6px; }

.plain { color: white }
.blank { color: navy }
.high { color: red }
.loud { color: white }
.hot { color: yellow }
.bright { color: white }

.navy { color: navy }
.maroon { color: maroon }
.purple { color: purple }
.mauve { color: darkviolet }
.green { color: green }
.teal { color: skyblue }
.red { color: red }
.blue { color: blue }
.white { color: white }
.black { color: black }
.silver{ color: silver }
.grey { color: #696969 }

.small { font-size: 10px }
.smaller { font-size: 11px }
.bigger { font-size: 22px }
.big { font-size: 26px }

a { color: white; text-decoration: none }
a:active { color: white }
a:hover { color: white; background-color: blue; }
