/* CSS definition file containing site wide stylesheets */

.four:link {
	font-size: 24px;
 	color: rgb(0,0,153)
}

.seven:link {
	font-size: 20px;
 	color: rgb(0,0,153)
}

.four:visited {
	font-size: 24px;
 	color: rgb(0,0,153)
}

.six:visited {
	font-size: 14px;
 	color: rgb(0,0,153)
}

.six:hover {
	font-size: 14px;
 	color: rgb(255,102,51)
}

.seven:visited {
	font-size: 20px;
 	color: rgb(0,0,153)
}

.eight.linked{
	font-size: 14px;
 	color: rgb(0,0,0)
}

.eight.hover{
	color: rgb(255,204,153)
}

.six:link {
	font-size: 14px;
 	color: rgb(0,0,153)
}

.seven:hover {
	font-size: 20px;
 	color: rgb(255,102,51)
}

.eight.visited{
	font-size: 14px;
 	color: rgb(0,0,0)
}

.four:hover {
	font-size: 24px;
 	color: rgb(255,102,51)
}