/* CSS Document */

/* basic elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 0;
	padding: 15px;
	border: 0;
	}
p {
	font-size: 10px;
	color: #666666;
	}
h1 {
	font-size: 18px;
	color: #5e3213;
	}
h2 {
	font-size: 14px;
	color: #5e3213;
	margin-bottom: -15px;
	}
.modified {
	margin-bottom: -5px;
	}
ul {
	list-style-type: square;
	font-size: 10px;
	color: #666666;
	}	
a:link { 
	text-decoration: underline;
	color: #666666;
	}
a:visited { 
	text-decoration: underline;
	color: #666666;
	}
a:hover {
	text-decoration: underline;
	color: #31336F;
	}
a:active {
	text-decoration: underline; 
	color: #666666;
	}
.footer {
	margin: 10px;
	text-align: center;
	font-size: 9px;
	color: #000000;
	}