a:link {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #0065CE;
	font-weight: bold;

}
a:visited {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #0065CE;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #FF00FF;
	font-weight: bold;



}
a:active {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #FF00FF;
	text-decoration: underline;
	font-weight: bold;

}
body {
	background-color: #f5f5f5;
	font-family: Arial;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 14px;
}
.arihead {
	font-size: 80px;
	color: #999999;
}