
a:link { 
	color:blue;
	text-decoration:underline
}

a:visited { color:blue; text-decoration:unterline }


a:hover { 
				color:blue; 
				text-decoration:underline; 
				background-color:lightblue
}

a:active {  
				color:lightblue; 
				text-decoration:underline; 
				background-color:darkblue
}

a:focus { 
				color:blue; 
				text-decoration:underline; 
				background-color:lightblue
}


body 
{
	/* background-image: url("..\images\bg_nature.jpg"); */
	background-color: #F5FAFF;
	background-repeat: repeat;
	background-attachment: scroll; 
	background-position: center center;
	
/*	font-family:Arial,sans-serif; */
}



