/* CSS Document */

#this a
{

	display: block;
	text-decoration: none;
	/*background:  #69c;*/
	color: #FFFFFF;
	/*padding: .2em .5em;*/
	/*border-bottom: 2px solid #fff;*/
	/*width: 6em;*/
}
#this a:hover
{
	color: #000000;

}