body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    background: #FFFFFF;
    }
    
#box {
    background: url(images/bkg1.jpg);
    width:700px;
    margin: 20px auto 0px auto;
    height: 30px;
    position: relative;
    text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    border: 0px solid #F60;
    }
    
img {  
	border-style: none;
	}


p a {
    color: #666666;
    text-decoration : underline;
    }
    
    
h2 {
    font-size: 1.1em;
    }