P  {
	font-size : xx-small;
	font-family : Arial;
	color : black;
}

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


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

A:Visited  {
	font-size : xx-small;
	font-family : Arial;
	color : #333333;
}

A:Active  {
	font-size : xx-small;
	font-family : Arial;
	color : white;
}


BODY  {
	background-color : #333333;
}

