body {
	margin:30px 0px; padding:0px;
        font: 12px Verdana, sans-serif;
        color: #333;
        background-color:#ddd;
	}
	

#Menu {
    margin:0px 30px;
    padding:5px;
    width:615px;
    text-align:center;
    border:1px dotted #333;
    background-color:#fff;
    font-size:110%;
    font-weight:bold;
}

#Content {
	width:595px;
	margin:5px 30px;
	text-align:left;
	padding:15px;
	border:1px dotted #333;
	background-color:#fff;
	}
p {
    text-align:justify;
}

h1 {
	color:#333;
	font:1.8em/1 Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	}

h2 {
	color:#333;
	font:1.1em/1 Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:2em 0 .25em;
	}

h3 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin:3em 0 .35em;
	}
	
a {
	color:#09c;
	text-decoration:none;
	font-weight:600;
        }

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:white;}

<!-- BlueRobot was here. -->

