/* Text */
BODY {	background-color : rgb(217,237,240);
	font-family : Verdana;
	font-size : 12px}

/* Forms */
P {
	font-size: 12px;
	font-family : Verdana
}

UL {
	font-size: 12px;
	font-family : Verdana
}

LI {
	font-size: 12px;
	font-family : Verdana
}

H1 {
	font-size: 16px;
	color : rgb(55,68,84);
	font-family : Verdana
}

H2 {
	font-size: 14px;
	font-family : Verdana
}

H3 {
	font-size: 12px;
	font-weight : normal;
	font-family : Verdana;
	font-style : normal
}

A:link {
	font-size: 12px;
	color : rgb(0,0,255);
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-transform : none
}

A:visited {
	font-size: 12px;
	color : rgb(0,0,255);
	font : bold 12px Verdana;
	font-family : Verdana;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-transform : none
}

A:active {
	font-size: 12px;
	color : rgb(0,0,255);
	font : bold 12px Verdana;
	font-family : Verdana;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-transform : none
}

A:hover {
	font-size: 12px;
	color : rgb(0,0,255);
	font : bold 12px Verdana;
	font-family : Verdana;
	font-variant : normal;
	font-weight : bold;
	text-decoration : underline;
	text-transform : none
}