body
{
    color: rgb(55, 55, 60);
    font-family: 'Lucida Grande';
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

h1
{
    font-family: 'Optima';
    font-size: 22px;
    color: rgb(75, 75, 75);
}

h2
{
    font-family: 'Optima';
    font-size: 19px;
    color: rgb(95, 95, 80);
}

.centered
{
	text-align: center;
}


p
{
	padding: 0;
	margin: 5pt 0;
	text-indent: 0;
}


div.exception
{
	margin: 10px auto;
	padding: 20px;

	background-color: red;

	border: gray 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
    color: white;
}


a
{
	color: navy;
}

a:hover
{
	color: red;
}


img
{
	border: 0 none;
}
