body{
        font-family: verdana,sans-serif;
        font-size: 10px
        color: #333333;
        line-height: 1.166;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        padding-top: 0px;
        margin-top: 0px;
        width: 100%;
}

#masthead{
        margin: 3px;
        padding: 10px 0px;
        border-bottom: 1px solid #cccccc;
        width: 100%;
	text-align: center;
}

#content{  
	    float:left;        
	    width: 100%;        
	    margin: 0;        
	    padding: 0 0 0 0;
	}

h2	{
    font-family: sans-serif;
    font-size: 18px;
    color: #006699;
    }

.story{
        clear: both;
        padding: 0px 5px 0px 5px;
        font-size: 16px;
}

#siteInfo{
        clear: both;
        border: 1px solid #cccccc;
        font-size: 75%;
        color: #cccccc;
        padding: 5px 5px 5px 5px;
        margin-top: 3px;
	margin-left: 3px;
	text-align: center;
}

a {
    text-decoration: none;
}

.button 
{
    display:block;
    
    padding:0;
    padding-right: 5px;        /* Indent text on the button */
    padding-left: 5px;
    
    height: 29px;            /* control is 29 pixels high */
    line-height: 29px;
    
    font-weight: bold;
    font-family:verdana,Helvetica;
    font-weight:bold;
    font-size: 14px;       /* Text displayed is 12 pixels */
    
    color: #FFFFFF;
    background-color:black;  

    text-align:center;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
    border: solid gray 1px;           /* Creates a rectangle around a text */
    -webkit-border-radius: 5px;      /* Rounds each corner of the created rectangle */
    
    margin-top:-4px;
    float:center;                  /* Align button to the right */ 
    margin-right:10px;           
}
