/* CSS Document */

h1 	
	{ color: rgb(0,0,255); font-weight: bold; } 
	
h2 
	{ color:#0FFFF0; text-decoration: line-through; } 
	a { color: #FFFF00; text-decoration: underline; } 
	ul { font-family: courier; color: #9999FF; }
	ol { color: #333333; font-weight: bold; }
	body { font-variant: small-caps; color: #666666; background-color: black; }
	strong { color: #009999; } 
	em { font-weight: bold; color: #93FF93; }
