@CHARSET "UTF-8";

body {
    font-family: Arial, Helvetica, serif;
    font-size:12px;
}

h1 {
    font-size:24px;
    color:#FFFFFF;
    margin:10px 0 10px 0;
}

h2 {
    color:#666666;
    margin:5px 0 5px 0;
}

b {
	color: #FFFFFF;
}

p {
    font-size: small;
    margin:0 0 5px 0;
    color: #FFFFFF;
}

a:link, a:visited {
	font-size: small;
	color: #000000;
}

a {
	color: #000000;
}

#contentText {
	font-size: small;
}

#contentText p {
	font-size: small;
}

h3, h3 a {
    font-size:13px;
    color:#FFFFFF;
    margin:5px 0 5px 0;
}

#footer a {
    margin:0 5px 0 5px;
    text-decoration:none;
}

#footer {
    text-align:center;
}

#footer a:hover {
    text-decoration:underline;
}