@CHARSET "UTF-8";

body {
    font-family: Georgia, Arial, Helvetica;
    font-size:11px;
    letter-spacing: 1px;
}

a {
	text-decoration: none;
}

a.hover {
	text-decoration: underline;
}

h1 {
    font-size:20px;
    color:#FFFFFF;
}

h2 {
    font-size:16px;
    color:#FFFFFF;
}

p {
    font-size:12px;
    color:#333333;
    margin:0 0 5px 0;
}

h3, h3 a {
    font-size:13px;
    color:#333;
    margin:5px 0 5px 0;
}

#footer {
    text-align:center;
}