P  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : normal;
	color : Black;
}

H1  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	color : Green;
	text-align : center;
}

H2  {
	color : Green;
	font-weight : bold;
	font-family : sans-serif;
	font-size : small;
	text-align : center;
}

H3  {
	text-align : center;
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : Green;
}

A  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : normal;
	color : Navy;
	text-decoration : none;
}

A:Visited  {
	color : Navy;
}

A:Active  {
	color : Blue;
	font-weight : normal;
	font-family : Tahoma;
	font-size : x-small;
}

A:Hover  {
	color : Red;
}

BODY  {
	font-family : Tahoma;
	font-size : x-small;
}

.Sign  {
	font-size : x-small;
	font-family : sans-serif;
	font-style : italic;
	color : Silver;
	text-align : right;
}

.EMail  {
	color : Navy;
	font-style : italic;
	text-decoration : underline;
}

TABLE  {
	font-size : x-small;
}

.ShadowFilter  {
	filter : Shadow (Color="#6699CC", Direction="135");
}

