body { 
background-color: #ffffff;
color:#000000;
font: 11px normal Verdana, Geneva, Arial, helvetica, sans-serif;
margin: 0;
padding: 0;
}

#world {
width:100%;
margin: 0;
padding: 0;
}

#pg-wrapper {
width:700px;
margin: 20px auto;
padding: 18px;
border: 1px solid #000000;
background-color: #dbe960;
}

/* defaults */

p, div, table, tr, td, th
{
font: 11px normal Verdana, Geneva, Arial, helvetica, sans-serif;
color:#000000;
font-style: normal;
}

/* Turns off unwanted gaps around images/linked in stupid browsers */
img, a img	{ 
border: none; 
}

h1, h2, h3, h4, h5	{
font-family:  georgia, times, times new roman, new york, century, serif;
font-size: 16px;
font-weight: normal;
line-height: 125%;
color: #000000;
margin: 2px 0 6px 0;
}

/* Links */
a, a:link
{
color: #903;
text-decoration: none;
}

a:visited
{
color: #903;
text-decoration: none;
}

a:hover, a:active
{
color: #fff;
text-decoration: underline;
}