@charset "UTF-8";
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
.smalltext {
	font-size: 10px;
}
.largertext {
	font-size: larger;
}
.photobanner {
	padding-left: 10px;
}

#homegif {
	position: absolute;
	z-index: 2;
	height: 50px;
	width: 100px;
	left: 100px;
	top: 10px;
}
.topNews {
	padding: 10px;
	border: medium ridge #FF6600;
	background-color: #FFFFEE;
}
