a.link:hover    {
	COLOR: ghostwhite;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration: none;
	background: steelblue;
}

A.link    {
	COLOR: teal;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration: none;
}

BODY    {
	COLOR: darkblue;
	FONT-FAMILY: arial,helvetica,sans-serif;
	MARGIN-LEFT: 10%;
	MARGIN-RIGHT: 10%;
	TEXT-ALIGN: justify;
}

P.txt    {
	COLOR: #1F2836;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 13px;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
}

P.head    {
	FONT-SIZE: 17px;
	font-weight: bold;
	text-align: center;
	color: ghostwhite;
}

P.res    {
	COLOR: navy;
	FONT-FAMILY: arial;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	text-align: right;
}

P.ress    {
	COLOR: ghostwhite;
	FONT-FAMILY: arial;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	text-align: right;
	margin-right: 5px;
}

P.cal    {
	COLOR: red;
	FONT-FAMILY: arial;
	FONT-SIZE: 17px;
	FONT-WEIGHT: bold;
	text-align: left;
}

P.cal EM    {
	COLOR: darkblue;
	FONT-FAMILY: arial;
	FONT-SIZE: 11px;
	font-weight: normal;
	font-style: normal;
}

P.call    {
	COLOR: #1F2836;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	text-align: left;
	margin-left: 5px;
}

P.dta    {
	COLOR: black;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	text-align: left;
	margin-top: 0px;
}

P.dta EM    {
	COLOR: black;
	FONT-FAMILY: courier;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	font-weight: normal;
	font-style: normal;
}

LI    {
	COLOR: red;
	FONT-FAMILY: arial;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	text-decoration: none;
}

A.how    {
	COLOR: maroon;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 13px;
	font-weight: bold;
	text-decoration: none;
}

A.how:hover    {
	COLOR: yellow;
	FONT-FAMILY: verdana,tahoma;
	FONT-SIZE: 13px;
	font-weight: bold;
	text-decoration: none;
	background: navy;
}


