h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	color: #9148C4;
	background-color: #CCCCFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 1.25em;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2em;
	list-style-image: url(../images/purpledot.gif);
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	float: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #660099;
}
.p-ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	line-height: 1.25em;
	text-align: center;
}

.insert-left {
	float: left;
		width: 33%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCFF;
}

.insert-right {
	float: right;
	width: 33%;
	margin: 10px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCFF;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #660099;
}

#resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.25em;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.25em;
}

.imageright {
	margin: 5px 5px 5px 10px;
	padding: 5px;
	float: right;
}
.imageleft {
	margin: 5px 10px 5px 5px;
	padding: 5px;
	float: left;
}
