@charset "UTF-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCB7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}
.footer {
	font-size: 9px;
	color: #5E5E53;
	text-align: left;
}
.button {
	font-size: 10px;
	color: #5E5E53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E53;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
}
p {
	font-size: 12px;
	color: #5E5E53;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #5E5E53;
}
a:visited {
	color: #5E5E53;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


.thumb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-color: #CCCCB7;
	border-style: solid;
	background-color: #BFBEA9;
	height: 100px;
	width: 100px;
	}
a:link .thumb {
	border-color: #CCCCB7;
}
a:visited .thumb { border-color: #CCCCB7; }
a:hover .thumb {
	border-color: #FFFFFF;
}

