@charset "utf-8";

/* Reset CSS by Eric Meyer, modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* html elements */
body {font-family: Georgia, "Times New Roman", Times, serif; background: none; color: black; text-align: left; margin: .5in 1in .75in;}
a {color: black; text-decoration: none; border-bottom: dotted 1pt solid;}
h1 {font-size: 1.5em; font-weight: bold;}
h2 {font-size: 1.2em; font-weight: bold;}
ul li {list-style: square;}

#container {width: auto;}

.clear {clear: both;}
