default {  }
body {  background-color: #9BCC82; color: black; //text color  }
p.normal {  text-align:  left; color: green;  }
p.normalShort {  text-align: center; color: green;  }
td {  background-repeat: no-repeat;  }
h1 {  font-size: 200%; text-align: center; color: green;  }
a.link:link, a.link:visited {  text-decoration: none; color: black;  }
a.link:hover  {  color: #FF0000;   }

