/* Butterfly Cottage Main CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	color: #333;
	background: #518343 url(../images/grass.jpg) repeat fixed;
	}

table p {
	font-size: 80%;
	line-height: 150%;
	}

table {
	background-color: #c6ffc6;
	}

h1 {
	font-size: 140%;
	margin: 25px 0 12px 0;
	color: #960;
	background-color: inherit;
	padding-bottom: 10px;
	}

h2 {
	font-size: 100%;
	color: #960;
	margin: 25px 0 0 0;
	padding: 0;
	}

ul {
	font-size: 80%;
	}


a {
	color: #360;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.slight {
	color: #934900;
	}

.josh {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

.joshbiz {
	margin: 25px auto;
	}h3 {
	font-size: 0.9em;
	font-weight: bold;
}
img {
	border-style: none;
}

