body {
	background: fff;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	color: grey;
	font-size: 11px;
	font-family: Verdana;

}

#main {

        margin: 10px auto;
        width: 500px;
        height: auto;
        background: white;
        color: grey;
        padding: 5px 5px 0px 5px;
        text-decoration: grey;
}

#main p{
      color: grey;
}

#main table{
      color: grey;
}

#main a{
        color: orange;
        text-decoration: none;
}

#main a:hover{
        text-decoration: underline;
}

#main h1{
      text-align: left;
      color: orange;
      font-size: 16px;
      text-decoration: none;	
}