A.menu:link {color: #ffffff;}
A.menu:visited { color: #FE3DD3}
A.menu:active { color: yellow }
A.menu:hover { color: yellow }

a.main {color:blue;}
a.main:visited {color: #0B07AA}
a.main:hover,active {color: red}

 This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. 

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat}

.tableplace
{
	Z-INDEX: 3;
	LEFT: 126px;
	POSITION: absolute;
	TOP: 0px;
	width: 879px;
	height: 647px;


}

.textyouth
{
font-family: 'Comic Sans MS', cursive, verdana, geneva, sans-serif; font-size: 14px
}


td {font-family: verdana, geneva, sans-serif; font-size: 10px}

.white78 {font-family: verdana, geneva, sans-serif; font-size: 11px; color: #ffffff}
.white8 {font-family: verdana, geneva, sans-serif; font-size: 11px; color: #ffffff}
.white10 {font-family: verdana, geneva, sans-serif; font-size: 11px; color: #ffffff}

.black10 {font-family: verdana, geneva, sans-serif; font-size: 11px; color: #000000}
.black11 {font-family: verdana, geneva, sans-serif; font-size: 12px; color: #000000}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 11px; color: #636363}

.doublesolid {border-style: double solid}

