body{
background:#500871;
text-align:center;
font-family:tahoma;
}

table{
border:1px solid #c0c0c0;
}

td.banner{
width:800px;
height:100px;
background:url('images/banner.jpg');
}

td.menu{
width:800px;
height:30px;
background:#b18cc2;
text-align:center;
font-size:14px;
color:#fff;
}

td.main{
width:650px;
height:400px;
background:#ffffff;
padding:10px;
}

td.right{
width:150px;
height:400px;
background:url('images/bkgrd.jpg');
border-left:1px solid #b18cc2;
padding:10px;
text-align:center;
}

td.footer{
width:800px;
height:30px;
background:#b18cc2;
color:#ffffff;
text-align:center;
font-size:12px;
}

h2{
font-size:18px;
color:#535253;
text-align:center;
}

hr{
color:#b18cc2;
height:1px;
}

a{
font-family:tahoma;
color:#ffffff;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a.links{
font-family:tahoma;
color:#044482;
text-decoration:none;
font-size:14px;
}

p{
font-size:13px;
}