/* CSS Document */
  html, body {
	margin: 0px 2px 10px 10px;
	padding: 0px;
	border: 0px;
}
body {
	color: #000;
	background: #fff;
	}
	
 a, a:visited {
	color: #333;
	text-decoration:underline;
}	
 a:hover, a:active {
	color:#C30;
}


h1 {
font-size: 1.6em;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#996;
padding: 3px 0px 0px 10px;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	text-align:justify;
	padding-right:12px;
	padding-bottom:0px;
}

ol {
list-style-position:inside;
}

ol li {
margin-bottom:12px;
}
  	.ital {
	font-style:italic;
	}

.aster {
	color:#c03;
}

.thumb {
	width:64px;
	float: left;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.9em;
	color:#666;
	padding-right:12px;
	padding-top:5px;
	margin-bottom:8px;
}
.arr {
clear:both;
align:center;
margin-top:40px;
width:100%;
border-width:0px;
}
.arr img {
border:0px;
}


  #footer {
  color: #09c;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	width: 98%;
	clear: both;
	font-size: 60%;
	white-space:nowrap;
	padding:20px 6px 10px 6px;
	overflow:hidden;
}

#footer a {
	color: #09c;
}
#footer a:hover {
	color: #f00;
}