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

H1  {
	font-size : small;
	font-family : Georgia;
	color : Green;
	font-style : italic;
}

H2  {
	color : Green;
	font-family : Georgia;
	font-size : medium;
	font-style : italic;
}

H3  {
	font-size : x-large;
	font-family : Georgia;
	color : Green;
}

A  {
	color: #FF9900;
}

P {
}


A:Visited  {
	color: Green;
	font-style: bold;
}

A:Active  {
	color: Purple;
}

A:Hover  {
	color: green;
}

BODY  {
	margin-left : 45px;
	font-size : small;
	font-family : Georgia;
	color : Black;
	margin-right : 20px;
}

.tm  {
	font-size : x-small;
}

.small  {
	font-size : xx-small;
}

