/* This document is constantly being changed for experimentation.
My normal code is a lot cleaner.*/

/*****RESUME INFO*****/
body
{
	font-size: 1em;
}

.resume h1
{
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}
.resume hr
{
	background: #333;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 2px;
}
.resume table
{
	width: 100%;
	border: 0;
}
.resume td
{
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	border: 0;
}
.resume th
{
	vertical-align: top;
	text-align: left;
	padding: 0px 25px 0px 10px;
	font-weight: bold;
	border: 0;
}
.resume ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.resume li
{
	padding: 0px 0px 10px 0px;
}
.resume ul.experience
{
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	list-style-type: disc;
}
.resume ul.experience li
{
	padding: 0px 0px 0px 0px;
}
.resume div#references
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.resume table#name td
{
	padding: 0 0 0 0;
}
.resume table#addr td
{
	font-style: italic;
}
.aright
{
	text-align: right;
}

#name
{
	font-weight: bold;
	font-size: 1.5em;
}
