a:link, a:visited{ 
	text-decoration: none; 
	color: #858585;
}
a:hover { 
	text-decoration: none; 
	color: black;
	background-color: #73b3ff;
}

a:active { 
	text-decoration: none; 
	color: white;
	background-color: #7dcdff;
}

.thumb a:link{ 
	color: #cccccc;
}

.thumb a:hover , .thumb a:active { 
	color: black;
}

.thumb a:visited { 
	color: #ededed;
}

body {
	background-color: white;
	font: normal 12px/155% Georgia,"Times New Roman",Times,serif;
	color: #4a4a4a;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
}
.headline {
	font-size: 20px;
	color: black;
	letter-spacing: 0.1ex;
	
}

#head {
	margin-left: 5px;
	width: 680px;
	padding-bottom: 10px;
}

#copyright {
	margin-left: 5px;
	width: 680px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	clear: left;
	line-height: normal;
}

#copyright img, #copyright img a:hover{
	padding-top: 5px;
	padding-right: 5px;
	border-style: none;
	border-width: 0px;
}

.navigation {
	font-size: 12px;
	color: #858585;
	line-height: 155%;
	margin-left: 10px;
}

.links {
	left: 30px;
}

.thumbs {
	width: 280px;
}

.thumb {	
	margin-top: 5px;
	margin-left: 5px;
	height: 55px;
	width: 55px; 
	float: left;
	border-style: none;
	border-width: 0px;
	
}

.canvas {
	margin-left: 275px;
	width: 400px; 
	margin-top: 6px;
}


