.typography * {
    font-family: Verdana;
    font-size: 13px;
}
.ContentPage .main h2,.ContentPage .main p,.ContentPage .main ul{
	margin-bottom: .5em;
}
.typography h1, .typography h2 {
    color: #333333;
    line-height: 2;
}
.typography h1 {
    font-size: 40px;
}
.typography h2 {
    font-size: 20px;
}
.typography h3 {
    font-size: 18px;
	padding-bottom: 8px;
}
p + h3 {
    margin-top: 1.5em;
}
a {
    color: #29f;
    font-size: inherit;
    text-decoration: none;
}
a:hover {
    background: none repeat scroll 0 0;
    text-decoration: underline;
}
a img {
    border-style: none;
}

.ContentPage .typography ul li{
	list-style:disc inside none;
	padding-left: 10px;
}


