body
{
    margin: 10px;
    font-family: verdana,sans-serif;
	font-size:10pt;
}

a:link, a:visited, a:active, a:hover

{
	text-decoration:underline;
}

/* Typography */

h2
{
    font-size: 2em;
    font-weight: 700;
	color:#000000;
}

h3
{
	font-size:1em;
    font-weight: 600;
}

h4
{
	color:#666666;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:15px;
}

p
{
    line-height: 1.55em;
	padding-bottom:10px;
}


