/* CSS Document */
body {
	color: #FFFF00;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #000000;
}
H1 {
	font-size: x-large;
	font-weight: bold;
} 
H2 { font-size: large; }

  A:link { color: #ff6600; text-decoration: underline; }
  A:visited { color:#ff9900; text-decoration: underline; }
  A:hover { text-decoration: none;
	color: #ffff00; }