p {
    font-size: 0.75em;
}

#Header {
	position: relative;
	height: 63px;
	background-color: #000;
	z-index: 1;
	background-image: url(../images/chalkfarm_logo_mobile.gif);
	background-repeat: no-repeat;
}

#Navigation {
	float: left;
	z-index: 2;
	background-color: #8C8C8C;
	list-style: none;
	font: normal 1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
}

		#Navigation li {
        color: #333;
		list-style: none;
		}
        
        #Navigation li a {
            color: #333;
            font-weight: normal;
            text-decoration: none; 
			}
            
        #Navigation li a:hover {
            color: #FAFFF5;
            border-bottom: 1px dotted; 
			}
			
		#Navigation li a:active {
		text-decoration: none;
		color: #FF6600;
	}

#Content {
	float: left;
	background-color: #FFF;
	z-index: 4;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0em;
}

	#Content a {
		color: #222;
	}

	#Content a:link {
		text-decoration: none;
		color: #0033FF;
	}
	
	#Content a:visited {
		text-decoration: none;
		color: #9933FF;
	}
	
	#Content a:hover {
		color: #0033ff;
   		border-bottom: 1px dotted #0033ff; 
	}
	
	#Content a:active {
		text-decoration: none;
		color: #FF6600;
	}

#Footer {
	float: left;
	z-index: 7;
	background-color: #8C8C8C;
	font: normal 1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}

h3 {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

h4 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}

h5 {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FAFFF5;
}

.endnote {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #999999;
}

.url_colour {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #339900;
}
	

