/* The Heather Floyd Website CSS Styles */


* { 
	margin: 0; /*this will break the lists but fixes the top space issue */
	padding: 0;
	
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	
	}
	
h1 {
	font-size: 120%;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #465F13;
	margin:0;
	padding:10px 0px 10px 0px; /*trbf */
	}

h2 {
	font-size: 110%;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #000000;
	padding-bottom:1px;
	}

h3 {
	font-size: 100%;
	text-align: left;
	line-height: 1.6em;
	color: #465F13;
	margin-top: 12px;
	margin-bottom: 2px;
	}
	
h4 {
	font-size: 95%;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
	}
		
p {
	font-size: 90%;
	line-height: 1.7em;
	padding-bottom: 12pt;
	color:#000000;
	text-align:left;
		}
form {
font-size:90%;
font-weight:bold;
}
		
ul li {
	font-size: 90%;
	color:#000000;
	line-height: 1.5em;
	text-align:left;
	}
	
ol li {
	font-size: 90%;
	color:#000000;
	line-height: 1.5em;
	text-align:left;
		}
		
img {
margin: 5px; /*trbl*/
}


.list {  /*to indent lists that get lost in * declarations */
padding-left:20px;
padding-bottom: 10px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	line-height: 1.7em;
	padding: 5pt 12pt 5pt 12pt; /*trbl*/
	text-align:left;
	}
		
a:link {
	background-position: center;
	color: #465F13;
}
a:visited {
	background-position: center;
	color: #465F13;
}
a:hover {
	background-position: center;
	font-weight: bold;
}
a:active {
	background-position: center;
}

#footer {
font-size:80%;
color: #FFFFFF;
font-weight:bold;
}

#footer a {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}


.NavBar {
	font-size:65%;
	font-weight: bold;
	color: #465F13;
	word-spacing: normal;
}

.NavBar a {
text-decoration:none;
}
  

  