body 
{
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #333;
}
  
#page 
{
  width: 700px;
  margin: 00px auto;
  border: 0px;
  background: #e7bd59;
}

img
{
  border: 0px;
}

p
{
  padding: 5px;
}

.headerbar
{
  width: 650px;
  margin: 0px auto;
  border: 1px;
}

a:hover
{
  color:#e7bd59;
}

a
{
  text-decoration:none;
  color:white;
}

/* Disable the error console */
#javascriptConsole {display: none !important}

