/*styleresume*/
html{
	background-color:rgb(255,249,230);
	padding:1px ;
}
	body{

	font-family: helvetica;
	max-width: 1000px;
	margin: 3px auto;

}
h1{
	font-size: 24px;
	color: darkred;
	text-align: center;
	display:inline-block;
}
h2{

}
section{
	text-align:center;
	border: 5px;
}
span{
	text-align: center;
}     


div{
	border: 5px;
}
ul li{
	padding-bottom: 1.5em;
}

a:link {
	color: #700;
}
a:visited {
	color: #200;
}
a:hover {
	color: #0C0;
}a:active {
	color: #C00;
}
a:focus {
	color: #CC0;
}

.contact-info h1{
	display: inline-block;

}



