body {
  font-family: Georgia, Times New Roman, Times;
	font-size: 12pt;
	color: #663300;
  background-color: #000000; 
  text-align: left}			/* Main text */
h1 {
  font-family: Georgia, Times New Roman, Times;
	font-size: 14pt;
	text-align: center}		/* Big headers */
h2 {
  font-family: Georgia, Times New Roman, Times;
	font-size: 14pt;
	color: #006600;
	text-align: center}		/* Main text with different color */
h3 {
  font-family: Georgia, Times New Roman, Times;
	font-size: 8pt;
	font-weight: 100;
	font-style: italic;
	text-align: center}		/* Fine print */
a:link {color: #663300}     /* unvisited link */
a:visited {color: #663300}  /* visited link */
a:hover {color: #CC9966}   /* mouse over link */
a:active {color: #999999}   /* selected link */ 
