html {
	background-color: #505050;
	}

body {
	position: relative;
	background-color: white;
	width: 800px;
	margin: auto;
	margin-bottom: 40px;
	padding: 20px 20px;
	}
	
a:link, a:visited {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #707070;
			text-decoration: none;
		}
			
a:hover {		
			color: #3aa8cc;
			text-decoration: underline;
			}

a img {
	border: 0px;
	}

a.logo {
	color: white;
	border: 0px;
	text-decoration: none;
	}
	
#header {
		font-family: Arial, sans-serif;
		font-size: 10px;
		line-height: 1.5em;
		}

a.email {
		font-family: Arial, sans-serif;
		font-size: 10px;
		color: #3aa8cc;
		text-decoration: underline;
		}

hr {
	position: relative;
	color: #707070;	
	height: 1px;
	}
		
#on {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3aa8cc;
	text-decoration: line-through;
	}
		
hr.body {
	position: relative;
	height: 2px;
	color: #3aa8cc;
	}
	
h1, h2, h3 {
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #707070;
		font-size: 40px;
		margin-bottom: 0px;
		margin-top: 40px;
		}

h2, h3 {
	color: #505050;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 5px;
	border-bottom: 3px solid #3aa8cc;
	}

h3 {
	color: #505050;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 0px;
	margin-right: 20px;
	}
	
p, p.resume {
		font-family: Georgia, serif;
		font-size: 12px;
		line-height: 2em;
		margin-top: 0px;
	}

p.resume {
		line-height: 1.7em;
		margin-top: 0px;
		margin-left: 20px;
	}

em {
	font-style: italic;
	color: #3aa8cc;
	}	
	
#footer{
		font-family: Arial, sans-serif;
		font-size: 10px;
		color: #707070;
		}	
