body {
	background: fixed;
	background-color: #B3C5E6;
	background-image: url(images/.jpg);
	font-family: Comic Sans MS;
	color: #00000;
	font-size: bigger;
}

a {
   text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a:link {
   text-decoration: none;
	color: #000080;
}
a:visited {
   text-decoration: none;
	color: #000080;
}
a:active {
   text-decoration: none;
	color: #000080;
}
