/*standard hyperlink code*/

a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}


/*linkie button div*/
div.button 
{
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

div.button a:link 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.button a:active 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.button a:visited 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.button a:hover 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/*end of linkie button*/

/*linkie contents*/
.button2 
{
	width: 200px; 
	height: 17px; 
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 15px 0px 17px;
	padding-top: 1px;
}

div.button2 a:link 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div.button2 a:active 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div.button2 a:visited 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div.button2 a:hover 
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

/*end of linkie contents*/