﻿/* This is the style sheet for my resume */



.center {
	text-align: center;
}


#centercontent {
	background-color: #ffffff;
	border: 2px #666633 solid;
	padding: 20px;
	margin: 10px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
#centercontent h1, h2, h3, h4, h5, h6 {
	margin: 2em 0 .5em 0em;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

#centercontent a:link {
	color: #003366;
	text-decoration: underline;
}

#centercontent a:visited {
	color: #666666;
	text-decoration: underline;
}
#centercontent a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFDD97;
}


#centercontent p.footer {
	margin: 10px 0px 1em 0px;
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
}
#centercontent ul {
	text-align: left;
	line-height: 120%;
}
#centercontent p {
	margin: 0em 20px 1.5em 20px;
	text-align: justify;
	line-height: 1.4em;
	font-size: 100%;
}
#centercontent img.flushleft {
	margin-top: 0em;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
