P  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Purple;
	text-align : justify;
	text-decoration : none;
}

A  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Purple;
	text-decoration : none;
}

A:Visited  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Teal;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Fuchsia;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Fuchsia;
	text-decoration : underline;
}

BODY  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : Purple;
	text-decoration : none;
	text-align : justify;
	text-indent : 10;
}

hr  {
	color : Fuchsia;
}

li  {
	list-style-type : circle;
}

h3  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	color : Fuchsia;
	text-align : center;
}

