#text {
	color: black;
	font-size: 100%;
}

#mediumtext {
	color: black;
	font-size: 110%;
}

#largetext {
	color: black;
	font-size: 124%;
}

#largetextsilver {
	color: Gray;
	font-size: 124%;
}

#textsilver {
	color: Gray;
	font-size: 75%;}

#largetextgold {
	color: #DCDD00;
	font-size: 124%;
}

#textgold {
	color: #DCDD00;
	font-size: 75%;}

a.blue:link {color: #0000ff; background: #ffffff; }
a.blue:active {color: #0000ff; background: #ffffff; }
a.blue:visited {color: #0000ff; background: #ffffff; }
a.blue:hover {color: #0000ff; background: #ffffff; }

a.white:link {color: #ffffff; background: #ffffff;}
a.white:active {color: #ffffff; background: #ffffff;}
a.white:visited {color: #ffffff; background: #ffffff;}
a.white:hover {color: #ffffff; background: #ffffff;}

