P  {}

H1  {
		}

H2  {
		color : #FFFF00; 
		font-family: "sans-serif", "arial";
		}

H3  {}

A  {
	color : #FF8080;
	text-decoration : underline;
}

A:Visited  {
	color : #FF8080;
	text-decoration : underline;
}

A:Active  {
	color : #5580FF;
	text-decoration : underline;
}

A:Hover  {
	color : #000000;
	text-decoration : none;
	background : #00E0E0;
}

body {
  background-image: url(bg.gif);
  background-color: #000000;
  color: #FFFFFF;
 }
