/* 
    Document   : stylesheet
    Created on : Dec 10, 2009, 10:17:58 PM
    Author     : Hung
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root {
    display: block;
}*/

body{
    background-image:url("../images/bg.gif");
    azimuth:center;
   
}
table.center{
    azimuth: center;
}
table.main{
    width:950px;
    
}
table.outset {
    border-style:outset;
    border-width:4px;
    width:950px;
    background-color:#998675;
}
td.content{
    font-family: sans-serif;
    font-size: 20px;
    color: white;
    width: 475px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    padding: 10px 10px 10px 10px;
 


}

