body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #663366;
	margin: 0px;
	background-image: url(images/paint_bkgr.jpg);
	background-repeat: repeat;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #336633;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.h2resume {
	text-align: left;
}
.resume {
	padding-left: 50px;
}
.info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	line-height: 12px;
	padding-bottom: 10px;
}
.copyright {
	font-size: 9px;
	font-style: italic;
	color: #996699;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #663366;
	text-decoration: none;
}

