.footerFont {
    font-size: 10; 
    font-family: verdana; 
    text-decoration: none; 
    color: white;
}
.normalText {
    font-size: 12;
    font-family: verdana, arial;	
	color: white;
    text-align: center;
}
.bigText {
    font-size: 16;
	font-weight: bold;
    font-family: verdana, arial;	
	color: white;
    text-align: center;
}
.standardText {
    font-size: 12;
    font-family: verdana, arial;
    color: 303030;
    text-align: justify;
}
.greyTest {
    font-size: 9;
    font-family: verdana, arial;
    color: 808080;
	text-decoration: none; 
    text-align: justify;
}
.normalLink{
    font-size: 12;
    font-weight: bold;
    font-family: verdana, arial;
    text-decoration: none;
    color: red;
}
.bigLink {
    font-size: 16;
	font-weight: bold;
    font-family: verdana, arial;
    text-decoration: none;
    color: red;
}
