/* define link colors, too, so you don't get different colors for links not taken */

A
{
	color: saddlebrown;
	text-decoration:none;
	:vlink {text-decoration:none}
	:active {text-decoration:none}
  	:visited {text-decoration:none}
 	:hover {font-weight: bold; color: orangered;text-decoration:underline}
}
BODY
{
    BACKGROUND-COLOR: #FFFFDD;
    COLOR: #660000;
    FONT-FAMILY: trebuchet ms,verdana,arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}
.awp
{
    BACKGROUND-COLOR: #FFFFDD;
    COLOR: crimson;
    FONT-FAMILY: trebuchet ms,verdana,arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: italic
}
P
{
    BACKGROUND-COLOR: #FFFFDD;
    COLOR: black;
    FONT-FAMILY: Palatino Linotype,verdana,arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: italic
}
.TYPEWRITER
{
    FONT-FAMILY: Andale Mono,Courier New
}
.SIGNATURE
{
    FONT-FAMILY: Script;
    FONT-SIZE: 32pt
}
H2
{
    COLOR: teal
    FONT-FAMILY: Tahoma,verdana,arial;
}
H3
{
    COLOR: #993333
}
H4
{
    COLOR: orange;
    FONT-FAMILY: Comic Sans MS, arial;
}
H6
{
    COLOR: red
}
Caption
{
    BACKGROUND-COLOR: lightseagreen;
    COLOR: yellow;
    FONT-FAMILY: trebuchet ms, arial;
    FONT-WEIGHT: bold
}
TABLE
{
    COLOR: black;
    FONT-FAMILY: verdana,trebuchet ms,arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}
.Header
{
    BACKGROUND-COLOR: teal;
    COLOR: yellow;
    FONT-FAMILY: verdana, arial;
    FONT-WEIGHT: bold
}
.formtable
{
    BACKGROUND-COLOR: #FFFFDD
}
LI
{
	COLOR: #660000
}
TD
{
    BACKGROUND-COLOR: #FFFFDD
    COLOR: black;
    FONT-FAMILY: Palatino Linotype,verdana,arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold

}
SELECT
{
    FONT-FAMILY : comic sans ms;
    font-weight: bold;
	color : navy;
	background-color: lemonchiffon
}
INPUT
{
    FONT-FAMILY : verdana;
    font-size: 10pt;
    font-weight: bold;
	color: darkolivegreen;
	background-color:lightyellow
}
BUTTON
{
	color : ghostwhite;
    FONT-FAMILY : comic sans ms;
    font-weight : bold;
    font-size: 10pt;
	background-color : seagreen
}
TEXTAREA
{
	color : sienna;
    FONT-FAMILY : Verdana;
    font-weight : bold;
    font-size: 10pt;
	background-color : lightyellow
}


