body {
    font-family: georgia;
    font-size: 107%;
}
font.small {
    font-size: 85%;
}
h1, font.large {
    font-size: 140%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
}
small {
    font-size: 85%;
}
big {
    font-size: 115%;
}

a:link {color: #000086; text-decoration: none;}
a:active {color: #000086; text-decoration: none;}
a:visited {color: #5cadad; text-decoration: none;}
a:hover {color: #ffffff;}
