@charset "utf-8";
/* CSS Document */

a:link 
{ 
text-decoration:none; 
color:#ffffff
}

a:visited 
{
text-decoration:none; 
color:#ffffff
}

a:active 
{ 
text-decoration:none; 
color:#ffffff
}

a:hover 
{ 
text-decoration:underline; 
color:#ffffff

}.txt_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

