/* webdev.adamfinlayson.com */



/****** Body ******/

body {
	margin: 50px 60px 25px 60px;
}

body,
td {
	font-size: 13px;
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
}



/****** Links ******/

a, a:link,
a:visited {
	color: #D2A573;
	color: #FFE4C6;
	
}

/*
a:visited {
	color: #937451;
}
*/

a:active, a:hover {
	color: #FFE4C6;
	color: #FFF;
}

a img {
	border: 0;
}



/****** Paragraphs and Headings ******/

p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 24px; 
	font-weight: normal;
	margin-top: 50px;
}

h2 {
	font-size: 19px; 
	margin-top: 20px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
	font-style: italic;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 13px;
	margin-bottom: 0px;
}



/****** Miscellaneous ******/

td {
	vertical-align: top;
}

hr {
	background-color: #937451;
	border: none;
	border-bottom: 1px solid #937451;
}

