.bigblue {
	font-size: xx-large;
	color: #0033CC;
}
.headline1 {
	font-size: 50px;
}
.boldtext {
	font-weight: bold;
	font-size: larger;

}
a:link {
	color: #0033CC;
	text-decoration: none;





}
a:hover {
	color: #993300;
	text-decoration: underline;

}
.emphtext {
	font-size: 16px;
	font-weight: bold;
}
.ltext {
	font-size: larger;
}
.bluback {
	background-color: #9999CC;
}
.greyback {
	background-color: #CCCCCC;
}
.sansfont {
	font-family: Arial, Helvetica, sans-serif;

}
a:active {
}
a:visited {
	color: #0033CC;
	text-decoration: none;

}
.nonun {
	text-decoration: none;
}

