body {
  background-color: #cccccc;
  color: #333;
}
IMG {                                                                         
  border-style: solid;
  border-width: 0;
  border-color: #000;                                                                
}                                                                               
TABLE {                                                                         
  border-width: 0px;                                                                
}                                                                               
A {                                                                             
  color: #0000cc;
  border: none;                                                                    
}                                                                               
H1 {
  text-align: center;
  color: #cc0000;
}
H2 {
  text-align: center;
}
H3 {
  text-align: left;
}
H4 {
  text-align: left;
}
H5 {
  text-align: left;
}
ul {
  list-style-type: square;
  list-style-position: outside;
}
li {
}
