﻿body
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%; /* ~12px */
	line-height: 1.5em; /* ~18px */
	color: #333;
}
h1, h2, h3{
    font-size: 1.666em;
    margin-bottom: 1em;
    font-weight: normal;
}
h2
{
	    font-size: 1.5em;
	        margin-bottom: 0.8em;
}
h3
{
	    font-size: 1.1em;
	        font-weight: bold;
	    margin-bottom: 0.3em;
}

.box h3{
    font-family: "Lucida Grande","Lucida Sans", Tahoma, Arial, sans-serif;
    font-size: 1em;
    color: #000;
}
.menu h3{
    color: #fff;
}
p{
    margin-bottom: 1em;
}
.ingress{
    font-size: 1.333em;
    font-style: italic;
    margin-bottom: 1em;
}
#nav{
    font-family: "Lucida Grande","Lucida Sans", Tahoma, Arial, sans-serif;
    font-size: 1.166em;
    font-weight: bold;
    color: #444;
}
.menu{
    font-family: "Lucida Grande","Lucida Sans", Tahoma, Arial, sans-serif;
    color: #444;
}
li.active a
{
	font-style:italic;
}
