.xlargefont_white {
   font-family: arial;
   color: white;
   font-size: x-large;
   decorations: none;
}
.largefont_white {
   font-family: arial;
   color: white;
   font-size: large;
   decorations: none;
}
.medfont_white {
   font-family: arial;
   color: white;
   font-size: medium;
   font-weight: bold;
   decorations: none;
}
.smallfontwhite {
   font-family: arial;
   color: white;
   font-size: small;
   decorations: none;
}
.smallerfontwhite {
   font-family: arial;
   color: white;
   font-size: smaller;
   decorations: none;
}
.white a:link {
	color: white;
	}
.white a:visited {
	color: white;
	}
.white a:hover {
	color: white;
	}
.white a:active {
	color: white;
	}