img { border-color: black;
border-width: 1px;
}
img:hover {border-color: white}
a:link {color: black}
a:visited {color: black}
a:active {color: darkred}
a:hover {color: black;}
.b {font-weight: bold}
.c {text-align: center}
body 
{
	background-image: 
	url('images/icebg.jpg');
	background-attachment: fixed;
}

