@CHARSET "UTF-8";

a {
	text-decoration: none;
	color: #660000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

h1 {
    font-size:24px;
    color:#999;
    margin:10px 0 10px 0;
}

h2 {
    font-size:16px;
    color:#666;
    margin:5px 0 5px 0;
}

p {
    font-size:12px;
    color:#333;
    margin:0 0 5px 0;
}

h3, h3 a {
    font-size:13px;
    color:#333;
    margin:5px 0 5px 0;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
    text-decoration:underline;
}

#hra {
	font-weight: bold;
	color: #000000;
}