/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255);}
body{ text-align:center;}
 A:link { color: rgb(204,51,153);}
 A:visited { color: rgb(102,153,0);}
 
 
 /*CSS to main Container TABLE or DIV or any PlaceHolder TAG of the web page*/
#container{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}


 
