/* Basic styles for Go Fetch website - applied to old browsers (Netscape 4 etc.) and all medias (cell phone, print, screen).  Read alongside main.css. */
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
#nav{
	list-style:none;
}
#content h1, h3{
	font-weight:normal;
	color:#1E779B;
}
h2{
	font-weight:normal;
}