body {
    font-family: arial;
    font-size: 12px;
    color: black;
    margin:0;
    padding:0;
    background:white;
    text-align:center;
    height:100%;
}

h1 {
    font-size:18px;
    color:black;
    font-weight:normal;
}
#content {
	width:600px;
	margin:60px auto 0 auto;
}
a, a:visited {
	color:red;
}
a:hover {
	text-decoration:none;
}