H1 {
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: Georgia;
	font-style : normal;
	font-weight : strong;
}
A:visited {
	COLOR: #004da2
}
A:hover {
	COLOR: #cc3399
}
A.blue {
	COLOR: #0000ff
}
A.blue:hover {
	COLOR: #cc3399
}
A.blue:visited {
	COLOR: #0000ff
}
H2 {
	FONT-SIZE: 10px;
	COLOR: black;
	FONT-FAMILY: Georgia;
	font-style: normal;
	font-weight: lighter;
}
A:visited {
	COLOR: #004da2
}
A:hover {
	COLOR: #cc3399
}
A.blue {
	COLOR: #0000ff
}
A.blue:hover {
	COLOR: #cc3399
}
A.blue:visited {
	COLOR: #0000ff
}
P {
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
	font-style : normal;
	font-weight: lighter;
}









	a:link	{	color: #000000; text-decoration: none;}
	a:visited	{	color: #000000; text-decoration: none;}
	a:hover	{
	color: #00F;
	text-decoration: underline;
	background-color : Yellow;
}
