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,strong,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:14px;
	color: #555;
	line-height:18px;
	background-color:#fff;
    margin: 30px;
}
a:link, a:visited {
    color: #369;
    text-decoration: none;
    padding: 0 3px;
}
a:hover {
    color: #fff;
    background: #69c;
}
h1 {
    font-size: 28px;
    margin-bottom: 20px;
}
h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
}
p {
    margin-bottom: 20px;
}
ul,ol {
    margin: 0 30px 20px;
}
li {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}