@charset "utf-8";
/* CSS Document */

     .a{
    width: 75px;
    height: 20px;
    color: #fff;
    padding: 10px;
    text-decoration:none;
    display: block;
	font-family:Verdana;
    font-weight: bold;
	font-size:12px;
    background-image:none;
    background-repeat: no-repeat;
    }
	
	

    .a:hover {
    width: 75px;
    height: 20px;
    color: #FFFFFF;
    padding: 10px;
	font-family:Verdana;
    font-weight: bold;
	font-size:12px;
    text-decoration:none;
    display: block;
	background-color: #b4260f;
    
    background-repeat: no-repeat;
    }
	
	