a  	{ 
    font-family: Arial,Helvetica,"Courier New",Courier,Tahoma,Courier,sans-serif;
    font-size: 12px;
    color:#000;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0.5em;
    line-height: 15px;
    }
    a:hover	{ text-decoration: none; }


#box    {
        position:absolute;
        width: 320px;
        height: 50px;
        left: 50%;
        top: 50%;
        margin-left: -160px;
        margin-top: -25px;
  	    background-color: #FFF;
        padding: 10px;
        line-height: 15px;
  	    border: #000;
        border-style: solid;
	    border-top-width: 0px;
	    border-right-width: 0px;
	    border-bottom-width: 0px;
	    border-left-width: 0px;
}
