html {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color:#333;
	background: #fff;
  }
#container {
	width: 702px;
	}
#nav a {
	text-decoration: none;
	}
#page {
	padding: 0px 0px 0px 15px;
	}
ul {
	padding: 0;
	}
li {
	list-style: none;
	}
h1 {
	background: #eee;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 2px 2px 0px;
}
h2 {
	background: #eee;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 2px 2px 0px;
}
p {
	padding: 5px 0px 5px 15px;
	text-align: justify;
	}
p a {
	color: #333;
	text-decoration: underline;
	}
p a:visited {
	color: #333;
	}
p a:hover {
	color: #666;
	}
img {
	border: 1px solid #333;
	margin-left: 15px;
	margin-bottom: 15px;
	}

