body { 
	font-family:times new roman; 
	background-color: rgb(60, 60, 60); 
	background-position: 10
}

p 	{
	color: #7fff00 ;
	family-font: times new roman; 
	font-size: normal; 
	background-color: rgb(110, 110, 110)
}

h1 	{
	color: #ffffff ; 
	font-family: Arial;
	font-size: 300%;
	font-weight:bolder; 
}

h2	{
	color: #ffffff ;
	font-family:Arial;
	font-size: 200%;
	font-weight: bold; 
}

h3 	{
	color: #7fff00 ;
	font-size: 90%;
	font-family:times new roman; 
}

dl 	{
	color: #7fff00 ;
	font-size: 80%;
	font-family:times new roman;
}

a:link {
	color: #ff0000;	
	text-decoration: none;
}

a:hover {
	color: #ffffff; 
	background-color: #ff0000;
}

ul 	{
	color: #7fff00;
	font-family: times new roman; 
	background-color: rgb(60, 60, 60);
}

li 	{
	color: #7fff00; 
	background-color: rgb(60, 60, 60);
	leftmargin: 10px;
}

.h 	{
	font-family: Arial;
	font-size: 340%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 8px;
}

.hh 	{
	font-family: Arial;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
}

.z 	{
	font-family: Arial;
	color: #ffffff;
	font-size: 60%;
	font-weight: bold;
}

.navi	{
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	background-color:#7fff00;
	color: #000000
}