html,body {

   height: 100%; 

   margin-bottom: 1px; 
   text='#FFFFFF' ;
   link='#00FFFF' ;
   vlink='#0000FF' ;
   alink='#FF00FF'>

}

a {

	text-decoration: none;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;

	margin-top: -1px

}



a.bluelink:link { 

    color: #3E5563;
	text-decoration: underline;

}

a.bluelink:active {

    color: #3E5563;
	text-decoration: underline;

}

a.bluelink:visited { 

    color: #3E5563;
	text-decoration: underline;

}

a.bluelink:hover { 

    color: yellow;
	text-decoration: underline;

}


a.darkgreenbuttons:link { 

    color: #AAFF99;
	font-size: 12px;

}

a.darkgreenbuttons:active {

	color: #BAFF99;
	font-size: 12px;

}

a.darkgreenbuttons:visited { 

    color: #9AFF99;
	font-size: 12px;

}

a.darkgreenbuttons:hover { 

    color: #DDFFDD;
	font-size: 14px;

}


a.greenbuttons:link { 

    color: #A9E2C6;

}

a.greenbuttons:active {

	color: yellow;

}

a.greenbuttons:visited { 

    color: #A9E2C6;

}

a.greenbuttons:hover { 

    color: white;

}


a.smallgreenbuttons:link { 

    color: #A9E2C6;
	font-size: 10px;

}

a.smallgreenbuttons:active {

	color: yellow;
	font-size: 10px;

}

a.smallgreenbuttons:visited { 

    color: #A9E2C6;
	font-size: 10px;

}

a.smallgreenbuttons:hover { 

    color: white;
	font-size: 10px;

}


.boldblue {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 14px;
	
	font-weight: bold;

	color: #7799FF;

}

.blackbody {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: white;

}
