TD {
	font-size : x-small;
}
BODY {
	font-family : Verdana;
	font-size : x-small;
	margin-left : 45px;
	margin-right : 100px;
	background-image : url(images/bgserpent.gif);
	}

A:ACTIVE {
	font-family : Verdana;
	font-style : italic;
	color : Blue;
}

A:FOCUS {
	
}

A:HOVER {
	font-family : Verdana;
	font-style : italic;
	color : purple;
	font-weight : bold;
}

A:LINK {
	font-family : Verdana;
	font-style : italic;
	color : Blue;
}

A:VISITED {
	font-family : Verdana;
	font-style : italic;
	color : purple;
	font-weight : bold;
}

H1 {
	font-family : Verdana;
	font-size : small;
	color : Purple;
	font-style : italic;
}

H2 {
font-family : Verdana;
	font-size : normal;
	color : purple;
}

H3 {
	font-family : Verdana;
	font-size : small;
	color : Purple;
	font-style : italic;
}

P.small {
	font-family : Verdana;
	font-size : xx-small;
}










