/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #dedede;
}

.bigbox
{
margin: 0px auto;
width: 550px;
background: #fff;
}

h4
{
font: 16px Arial, Helvetica, sans-serif;
text-align: center;
line-height: 1.5em;
margin: 0px;
}

p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: center;
line-height: 1.3em;
}

/* standard link */
.body a:link 
{
font: 13px Arial, Helvetica, sans-serif;
color: #0F6886;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #0F6886;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{
background: #CFE1E7
}