body {
    font-size: 12pt;
    margin-left: 200px;
    margin-right: 200px; 
}

div.footer {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;   
}

div.header {
    margin-bottom: 10px;
    text-align: center;   
}

h3 {
    margin-top: 2em;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

p {
    margin-left: 1em;
}

a {
    color: #009900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}



hr {
	height:0px;
	width: 50%;
	border-top: 1px;
}