body {
	background-color: #99CCFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.homelink {
	font-weight: bold; 
	font-size: 20px;
}
.largeText {
	font-size:32px
}
.mLargeText {
	font-size:24px
}
.xSmallText {
	font-size:12px
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}