/* general 
------------------------------------------------------------ */

body {
	background: #fff;
	margin: 0;
	padding: 20px;
	}

html, td, div {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: arial;
	color: #000;
	text-align: left;
	}
	
h1 span {
	color: #000;
	}
	
p, h1, h2, h3, h4, blockquote {
	margin-top: 0;
	margin-bottom: 5px;
	}

	
a:hover {
	text-decoration: none;
	}
	
img {
	display: block;
	}
#nav img {display:inline; vertical-align:bottom;}
	
input, select, textarea {
	display: block;
	}
	
div {
	display: block;
	margin-top: 5px;
	}
	
ul {
	list-style: square;
	}
