    A:link {
	color : Blue;
	text-decoration : none;
}
    A:visited {
	color: Blue;
	text-decoration : none;
}
    A:hover {
	color: white;
	background-color : #6495ED;
	text-decoration : none;
}


BODY {
	color: Navy;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: White;
	background-image: url(img/orna.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #6495ED;
	scrollbar-shadow-color: Teal;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: Gray;
	scrollbar-darkshadow-color: Black;
	scrollbar-track-color: #DCDCDC;
	scrollbar-arrow-color: White;
}


