body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;margin-bottom:10px;}

body {
	font-family: 'gill sans', 'lucida grande', tahoma, helvetica, sans-serif;
	font-size:20px;
	color: #555;
	line-height:24px;
	background-color:#aaa;
}
a:link, a:visited {
    color: #369;
    text-decoration: none;
    padding: 0 3px;
	border-bottom: 1px dotted #69c;
}
a:hover {
    color: #fff;
    background: #69c;
	border: 0;
}
h1 {
    font-size: 40px;
    margin-bottom: 40px;
}
h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
h3 {
    font-size: 22px;
}
p {
    margin-bottom: 20px;
	color: #777;
}
p.last {
	margin-bottom: 30px;
}
ul,ol {
    margin: 0 30px 30px;
	padding-top: 10px;
}
li {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
.subtext {
	color: #777;
	font-size: 15px;
}
.a, .b, .c, .d, .e {
	padding: 30px 60px 10px;
}
.a {
	background: #fff;
}
.b {
	background: #eee;
}
.c {
	background: #ddd;
}
.d {
	background: #ccc;
} 
.e {
	background: #bbb;
}
.headshot {
	float: right;
	border: 15px solid #eee;
	margin: 0 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.title {
	margin-top: 30px;
}
