body
{
font-family: arial, verdana, sans-serif;
background-color: #ccc;
text-align: center;
}
#wrapper
{
width: 760px;
text-align: left;
margin: 0 auto;
border: 1px solid #000;
background-color: #fff;
}
#header
{
background-color: #005b7f;
padding: 20px;
}
#header h1
{
color: #fff;
font-size: 16px;
margin: 0;
}
#hmenu
{
background-color: #000;
margin: 1px 0;
}
td.menu
{
background-color: #cddae4;
}
td.menu ul
{
margin-left: 0;
padding-left: 0;
}
td.menu li
{
list-style-type: none;
border-bottom: 1px solid #fff;
padding: 4px 0 4px 10px;
}
td.menu li a
{
text-decoration: none;
color: #005b7f;
}
table, td, p
{
font-size: 12px;
}
#content
{
padding: 10px;
}
p.news-title
{
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
color: #005b7f;
}
h3
{
border-bottom: 1px solid #000;
}
h4
{
font-size: 12px;
margin-bottom: 0;
}