/* The South Stylesheet */
 BODY {
   background-color : #FFEFD5;
   color : #000000
}
 H2 {
   font-size : 30px   
}
 A:link {
   color : #0000FF;
   text-decoration : none
}
 A:visited {
   color : #800080;
   text-decoration : none
}
 A:active {
   color : #FF0080;
   text-decoration : none
}
 A:hover {
   text-decoration : underline   
}