@charset "utf-8";
/* CSS Document */

#header {text-align:center; margin-top: 25px;}

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt; 
  width: 95%;
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#links { 
  display : none; 
} 
#footer {text-align:center;}
