body {
	/*background: url("bkgr.jpg");*/
	/*background-color: #F8F5F8;*/
}
A.type {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

A.type:link {
	color: #000080;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
A.type:active {
	color: #800000;
}
A.type:visited {
	color:#000080;
}
A.type:hover {
	color:#008490;
}