body {
	background-image: url(../img/BG_Grad.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
	background-color: #FFCC66;
	background-attachment: scroll;
	font-size: x-small;
	background-repeat: repeat-x;
}
a:link {
	color: #FF6600;
	text-decoration: underline;


}
a:visited {
	color: #BF4000;
	text-decoration: underline;
}
a:hover {
	color: #00A8FF;
	cursor: hand;
	background-color: #FFFFA6;
	text-decoration: underline;


}
a:active {
	color: #00A8FF;
	cursor: help;
	text-decoration: underline overline;
	background-color: #FFFF00;

}
