a:link {text-decoration: none;  color: #006 }
a:visited {text-decoration: none;  color: #003 }
a:hover {text-decoration: none; color: #00c;}
a:active {text-decoration: none; color: #600;}

body {
    background-color: #ccf;
    text-align: center;
	margin: auto 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
}

.header {
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	margin: auto 0;
    color: #036;
}

.details {
    line-height: 120%;
    font-size: 11px;
    font-weight: normal;
    color: #300;
}
