body {
    font-family: georgia;
    font-size: 107%;
    background-image: url('bkgnd2.jpg');
}
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%;
}
hr {
	color: #006868;
    background-color: #006868;
}

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;}

