body			{	
			background-color	: #000000;
			color			: #838383;
			font-family		: sans-serif;
			}
		
A:link			{
			color			: #eeeeee;
			text-decoration		: none;}

A:visited		{
			color			: #eeeeee;
			text-decoration		: none;
			}
			
A:hover			{
			color			: #838383; 
			text-decoration		: none
			}

h1			{
			text-decoration 	: none;
			font-size		: 18px;
			font-weight		: normal;
			}

h2			{
			text-decoration 	: none;
			font-size		: 10px;
			font-weight		: normal;
			}

h3			{
			text-decoration 	: none;
			font-size		: 20px;
			font-weight		: normal;
			}

h4			{
			text-decoration 	: none;
			font-size		: 14px;
			font-weight		: normal;
			}
