@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	color:#333;
	letter-spacing:1px;
	line-height:110%;
}

#nameheader {
	font-size:250%;
	letter-spacing:5px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;
}

#addressheader {
	font-size:90%;
	text-align:center;
}

#topicheader {
	text-transform:uppercase;
	font-size:150%;
	border-bottom:dotted 1px #999;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:50px;
}

#itemheader {
	font-variant:small-caps;
	font-weight:bold;
	font-size:105%;
}

#itemdescription {
	font-style:italic;
	font-size:95%;
}

#itemlist {
	font-size:90%;
}

a img {
	border:none;
}



