P  {
	font-size : x-small;
	font-family : Arial;
	color : White;
}

b  {
    font-size : x-small;
	font-family : arial;
	color : white;
	
	}
	
	
h3  {
    font-size : x-small;
	font-family : arial;
	color : red;
	
	}


A  {
	font-size : x-small;
	font-family : Arial;
	color : White;
}

A:Visited  {
	font-size : x-small;
	font-family : Arial;
	color : B9B9B9;
}

A:Active  {
	font-size : x-small;
	font-family : Arial;
	color : Black;
}


BODY  {
	background-color : #000000;
}


