body {
size: 3;
color: white;
}

h2 {
size: 5;
color: gold;
font-weight: bold;
face: impact;
text-decoration: italic;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: yellow;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}

table {
color: white;
}
