body {
	font: 62.5% verdana, sans-serif;
	color: #333;
}
p, li, td, dt, dd {
	font: 1.1em/1.7em verdana, arial, helvetica;
}

img {
	border: 0;
}
h1  {
    font-weight: normal;
    font-size: 2.5em;
    font-family: calibri, arial;
	letter-spacing: -0.05em;
}
h2  {
    font-weight: bold;
    font-size: 2em;
    font-family: calibri, arial;
    color: #555;
	letter-spacing: -0.05em;
}
h3 {
    font-weight: bold;
    font-size: 1.5em;
    font-family: calibri, arial;
}
a {
	color: #ca0800;
}
a:hover {
	color: #ff7f00;
}
a:focus, a:active {
	color: #ff7f00;
	background: #fffbdd;
}


