body {
	margin: 0px;
	padding: 0px;
	background-color: #C1C1C1;
}

html, body {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px solid #333333;
}

p {
	margin: 2px;
}

.divisor {
	background-color: #C1C1C1;
	height: 2px;
}