P  {
	text-align : justify;
}

H1  {
	color : Navy;
}

H2  {
	font-weight : bold;
}

H3  {}

A  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : Red;
}

A:Visited  {
	color : Fuchsia;
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
}

A:Active  {}

A:Hover  {
	color : Purple;
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}

BODY  {
	color : Navy;
	font-size : x-small;
	font-family : Arial;
}

.c  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	color : Navy;
	text-align : center;
}

.l  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-align : left;
}

DIV  {
	font-size : x-small;
	font-family : Arial;
	color : Navy;
}

.g  {
	font-size : x-small;
	font-family : Arial;
	color : Silver;
}

TD  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}

