html, body {
    color: #505050;
    font-family: Times New Roman, serif;
    font-size: 14px;
}

h1 {
    font-size: 175%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

a {
    color: #505050;
	font-weight: normal;
}

:link {
color:#0000CC;
}

a:hover {
color:#f3041f;
text-decoration:none;
}