/* my very first .css file -- made for crowdedmill.com */
a { 
	text-decoration: none;
}

a:link { color: #D99D26 }       /* unvisited link */
a:visited { color: #D99D26 }   /* visited links */
a:active { color: #D99D26; }    /* active links */
a:hover { color: #D99D26; text-decoration: underline; }    /* hovered links */

body {
	font-family: "trebuchet ms", arial, sans-serif;
	text-decoration: none;
	background-color: #F2EAD9;
	font-style: normal;
}

h1 {
	color: #735926;
	font-size: 175%;
	font-weight: bold;
}

p {
	color: #4D3C19;
	font-size: 100%;
	font-weight: bold;
}

.caption {
	color: #4D3C19;
	font-size: 90%;
	font-weight: bold;
}

.basic {
	padding: 5px;
}