/* CSS Document */
body
{
margin-top:10px;
background-color:#E4F1DD;
background-image:url(images/h-bg.jpg);
background-repeat:no-repeat;
background-repeat:repeat-x;
font-family:Tahoma;
color:#7D4800;
font-size:11px;
}
#image-margin
{
margin-right:10px;
}
a
{
text-decoration:none;
font-family:Tahoma;
color:#7D4800;
font-size:11px;
}
a:hover
{
text-decoration:underline;
font-family:Tahoma;
color:#7D4800;
font-size:11px;
}