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

H1  {
	font-size : medium;
	font-family : Stonehenge;
	color : Purple;
}

H2  {
	font-family : Stonehenge;
	font-size : large;
	color : Purple;
}

H3  {
	font-size : x-large;
	font-family : Stonehenge;
	color : Purple;
}

A  {
	color : Navy;
}

A:Visited  {
	color : Green;
}

A:Active  {
	color : Navy;
}

A:Hover  {
	color : gray;
}

BODY  {
	font-size : small;
	font-family : Verdana;
	background-repeat : repeat-y;
	background-color : inherit;
	background-attachment : inherit;
	background-image: images/bgpinkbl.jpg;
	background-repeat: infinite;
	margin-left : 270px;
	margin-right : 20px;
}

.small  {
	font-family : Verdana;
	font-size : x-small;
}

