/*style sheet painter*/
body, table, tr, td
{
background-color:#D2A354;

}
div.one
{
font:23px arial,sans-serif;
font-weight: bold;
}
div.two
{
font:50px times new-roman,serif;
font-weight: bold;
}
div.three
{
font:32px times new-roman,serif;
font-weight: bold;
}
div.center 
{
font-family: verdana, arial;
font-size: 10pt;
color:#535353;
text-align: center
}
div.foot 
{
font-family: verdana, arial;
font-size: 10pt;
color: gray;
text-align: center
}
ul, p.one
{
text-decoration:none;
color: 000000;
font-size : 25px;
font-weight : normal;
width: 350px;
display:block;
}