/* black text on gray background with FFFF99 headers and silver sub 
headers, FFFF99 links, indented block paragraphs */


/* available colour names:
aqua, black, blue, fuchsia, gray, #680033, yellow, crimson, tomato, 
lime, maroon, olive, pink, slategray, springgreen, moccasin,  
 #680033, purple, red, silver, teal, white, and 
FFFF99*/



body {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-weight : normal; 
color : black;
text-align : left; 
} 
body2 {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-weight : normal, underline; 
color : black;
text-align : left; 
} 
h1 {
background-color : slategray; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : black; 
} 
h2 {
background-color : slategray; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : black; 
} 
h3 {
background-color : slategray; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : black; 
} 
P {
margin : 1em;
text-align : left;  
} 
tr {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-weight : normal; 
color : black; 
} 
td {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
font-weight : normal; 
color : black; 
} 

/* This is for any links not specified below  - should be in contrast 
to the 
content background */



a {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : blue; 
font-weight : normal; 
} 
a:link {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : blue; 
text-decoration : none; 
font-weight : normal; 
} 
a:visited {
background-color : silver; 
font-family : Arial, Helvetica, Verdana, sans-serif; 
color : blue; 
text-decoration : none; 
font-weight : normal; 
} 
a:hover {
background-color : silver; 
color : crimson; 
text-decoration : none; 
font-weight : normal; 
} 
a:active {
background-color : silver; 
color : blue; 
text-decoration : none; 
font-weight : normal; 
} 
