body	{
	position: relative;
	background-color: #000000 /*black*/;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-color: #CCCCCC;
}

a:visited	{color: #ff99ff; text-decoration: underline;}
a:link		{color: #fff; text-decoration: underline;}
a:hover		{color: #960231; text-decoration: underline;}


p	{font-size: 12px;
	font-style: normal;
	font-family: Arial, sans-serif;
	color: ccc; }

P.1	{font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: green; } 

p#2	{font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #cccccc; }
	
h2	{
	font-size: 21px;
	color: #ff8ccc;
	font-family: "Arial";
	/*text-decoration: underline;*/
	font-style: italic;
}
	
h3	{
	font-size: 14px;
	color: #ccc;
	font-family: "Arial";
	/*text-decoration: underline;
	font-style: italic;*/
}
	
h4	{
	font-size: 14px;
	color: #9f0251;
	font-family: "Arial";
	text-decoration: underline;
	/*font-style: italic;*/
}

ul	{list-style-type: disc;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #ccc; 
}

li	{list-style-type: disc;
	font-size: x-small;
	font-family: Arial, sans-serif;
	text-align: left;
	color: #ccc; 
}