
a:link { 
	color: #FF00AA;
	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("2b.gif"); */
	background-color: #F5FAFF;
	background-repeat: repeat;
	background-attachment: scroll; 
	background-position: center center;
	
	font-family: arial, sans-serif;
}

*.applname
{
	font-family=monospace;
	text-decoration:underline; 
	color=blue;
}

