
a:link.school {
	color: #CC3333;
	text-decoration: none;
	}
a:visited.school {
	color: #CC3333;
	text-decoration: none;
	}
a:hover.school {
	color: #FF4444;
	text-decoration: underline;
	}
a:active.school {
	color: #CC3333;
	text-decoration: none;
	}

a:link.footer {
	color: #666666;
	text-decoration: none;
	}
a:visited.footer {
	color: #666666;
	text-decoration: none;
	}
a:hover.footer {
	color: #999999;
	text-decoration: underline;
	}
a:active.footer {
	color: #666666;
	text-decoration: none;
	}
	