body {
	color: #eee;
    background-color: #cff;
    font-family: "Gill Sans", Verdana, ArialMT, Arial, sans-serif;
    font-size: .9em;
    }

/*
a {
	color: #000; 
	background-color: #fff; 
	text-decoration: none;
	}

a:hover {
	color: #666; 
	background-color: #fff; 
	text-decoration: underline;
	}
*/

a {
	text-decoration: none;
	}

a:active, a:focus {
	outline: none;
	}

img, a img {
	border: none;
	}

h1, h2, h3 {font-family: "Gill Sans", Eurostile, sans-serif; font-weight: normal; font-variant: small-caps;}

#titlebar, #titlebar a, #titlebar a:hover {
	background-color: #9ff;
	color: #630;
	text-decoration: none;
	}

#titlebar {
	border-left: 55px solid #fff;
	}

#titlebar p {
	font-size: .8em;
	}

#menubar {
	background: #5ef;
	color: #630;
	border-right: 5px solid #555;
	}

#menubar a {
	background: #5ef;
	color: #a74;
	}

#menubar a:hover {
	background: #5ef;
	color: #630;
	text-decoration: none;
	}

#currentpage a {
	background: #5ef;
	color: #555;
	}

#currentpage a:hover {
	text-decoration: none;
	background: #5ef;
	color: #555;
	}

#contents {
	background: #a74;
	color: #eee;
	border-top: 20px solid #fff;
	}
	
#contents h2 {
	border-bottom: 2px solid #630;
	color: #630;
	}

#contents div.day a, #contents #garden a, div.intro a {
	background: #a74;
	color: #eee;
	text-decoration: underline;
	}

#contents img a {
	background: #a74;
	text-decoration: none;
	}

#contents div.gallery a {
	background: #000;
	}
	
#contents div.day {
	border-bottom: 1px solid #fff;
	}

 #contents #garden {
 	border-bottom: 3px solid #fff;
 	}

#footer {
	color: #630;
	background-color: #cff;
	font-size: 80%;
	}
