@charset "UTF-8";
/* CSS Document
Anthony Smith
Contact CSS
©2009 Anthony Smith
Created 6/16/09 8:55AM
Updated 2/12/10 6:41AM
Validated 2/12/10 6:41AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* TEXT */

div#thecontentdiv p {
	padding: 0 0 30px 0;
	font-family: Clarendon, Georgia, Arial, sans-serif;
	font-size: 110%;
}

div#thecontentdiv h2 {
	font-weight: bold;
	color: #000;
	font-family: Clarendon, Georgia, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 110%;
	letter-spacing: 0.1em;
}

/* IMAGES */

img#logo {
	margin: 0 0 10px 0;
}

/* LINKS */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #9f1e01;
	text-decoration: underline;
}