body
{
    margin: 0px;
    padding: 0px;
    background-color: white;
    color: #333333;
    font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    margin: 85px 300px 0px;
    font-size: 2em;
}

h2 
{
    font-size: 1em;
}

div.content 
{
    margin: 0px 300px 30px;
    padding: 20px;
	 color: inherit;
    background-color: #eeeeee;
    border: 1px dashed black;
}

a
{
    color: #0099cc;
	background-color: inherit;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

li
{
    list-style-position: outside;
    list-style-type: square;
}
