body {
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	text-align: justify;
overflow: auto;
overflow-x: hidden;

}


a, a:visited, a:active {
	color: #666666;
	text-decoration:none;
        border: none;
} 
a:hover {
	color: #F9F9F9;
	text-decoration: none;
	border:none;
}

img { 
border-width: 1;
border-color: #666666;
border-style: solid;
margin: 20px 5px 5px 20px;

}

.list {

	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	text-align: right;
        margin: 10px 5px auto auto;
        border: none;
}

img.title {
        border-width: 0;
        margin: 20px auto auto auto;
	text-align: right;

}

.title {
	font-family: Georgia, Times New Roman;
	font-size: 16px;
	color: #000000;
	text-align: left;
        margin: auto 5px auto 20px;
}

.description {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #000000;
	text-align: justify;
        width: 700px;
        margin: auto 5px auto 20px;
}

