body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #cff6ff;
}

.normal {font-weight:normal;
}

.bold {
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color:#FF0000;
}

.boldwhite {
	font-weight: bold; color:#FFFFFF
}

.largestboldtext {
	font-size: large;
	font-weight: bold;
}

.largerboldtext {
	font-size: medium;
	font-weight: bold;
}

.largerboldtextred {
	font-size: x-large;
	font-weight: bold;
	color:#FF0000;
}

.smalltext {
	font-size: x-small;
}

.smallesttext {font-size:xx-small
}

.smallboldtext {
	font-size: x-small;
	font-weight: bold;
}

.smallboldtextwhite {
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF
}

a.one:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;		
}

a.one:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
}

a.one:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
}
a.one:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
	background-color: #000000; 
}

a.two:link {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;		
}

a.two:active {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
}

a.two:visited {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
}
a.two:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
	background-color: #000000; 
}

a.three:link {
	color: #ffffff;
	background-color: #f03030;
	text-decoration: underline;
	font-weight: bold;
}

a.three:active {
	color: #ffffff;
	background-color: #f03030;
	text-decoration: underline;
}

a.three:visited {
	color: #ffffff;
	background-color: #f03030;
	text-decoration: underline;
	font-weight: bold;
}
a.three:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	background-color: #000000; 
}

a.four:link {
	font-size: x-small;
	color: #ffffff;
	background-color:#3f3fc0;
	text-decoration: underline;
	font-weight: bold;
}

a.four:active {
	font-size: x-small;
	color: #ffffff;
	background-color:#3f3fc0;
	text-decoration: underline;
	font-weight: bold;
}

a.four:visited {
	font-size: x-small;
	color: #ffffff;
	background-color:#3f3fc0;
	text-decoration: underline;
	font-weight: bold;
}
a.four:hover {
	font-size: x-small;
	color: #ffffff;
	background-color:  #000000;
	text-decoration: underline;
	font-weight: bold;
}.largerboldtext1 {
	font-size: 12px;
	font-weight: bold;
}
.boldyellow {
	font-weight: bold;
	color:#FFFF00;
	font-size: 14px;
}
.largestboldtextRed {
	font-size: large;
	font-weight: bold;
	color: #F00;
}
.largerboldtextBlue {
	font-size: x-large;
	font-weight: bold;
	color: #00F;
}
