/* CSS Document */

.leadin {
	font-size: x-large;
	line-height: -5px;
}

body,td,th {
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #3332CB;
	text-decoration: none;
}
.larger {
	font-size: larger;
}
.yellowlink {
	color: #FFFF00;
	text-decoration: underline;
}
.style2 {font-size: x-small}
a {
	text-decoration: none;
	font-size: x-small;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC00FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

