/* Default Style Sheet for Archives */
/* Created Mar 10 */

/* html selectors */
body {
	width: 780px;
	height: 650px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	background color: white;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	}

h1, h2, h3 {
	color: red;
	font-style: bold;
	text-align: left;
	margin: 0 0 6px 0;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 14px;
	}

p {
	color: black;
	margin: 0 0 4px 0;
	text-align: left;
	}

dl {
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	color: black;
	margin: 0 0 0 0;
	text-align: left;
	}
dt {
	font-weight: bold;
	margin: 4px 0 0 0;
	}

/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}


