BODY { background: #cccccc; }
H1 { font-size: x-large; color: green }
H2 { font-size: large; color: red }
H3 { font-size: large; color: white }
H4 { font-size: x-large; color: aqua }
DL { font-style: italic }
DT { color: green ;  font-style: italic }
DD { color: red ;  font-style: italic }
UL { background: red; margin: A B C D; padding: E F G H; }
LI { color: white; background: pink; margin: a b c d; padding: e f g h;}

A:link 	{
   text-decoration : none; 
   color : #333366; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   }

A:visited {
   text-decoration : none; 
   color : #666699; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}

A:active  {
   text-decoration : none; 
   color : #CC3300; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}

A:hover  {
   text-decoration : none; 
   color : #CC3300; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}	