body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	color: black;
	background: #ddddff;
	background-image: url("ice.jpg");
} 

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	color: black;
	text-align: center;
}

a { 
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: #ea0e0e;
}

a:visited { color: magenta; }

h1 {
	font-size: 24pt;
	font-weight: bold;
}
