body
{
	background-color:	rgb(30, 30, 30);
}

P 
{ 
	font-size: 		 10pt;
	Color:		 Red;
}



A:link 
{
	Color:	 		yellow;
	text-decoration:		none;
}


A:hover
{
	Color: 			black;
	text-decoration:		overline;
	background-color:		red;
}

A:visited
{
	Color: 			white;
}


H1
{
	font-family:		Times new Roman;
	font-size:		18pt;
}

H2
{
	font-family:		Times new Roman;
	font-size:		16pt;
}

H3
{
	font-family:		Times new Roman;
	font-size:		14pt;
	text-decoration:	underline;
}


