body {
	/*background: url("bkgr.jpg");*/
	/*background-color: #FEF6D5;*/
	background : url('bkgr.gif') repeat-y fixed absolute 50%;
}
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:#FFFFFF;
}