@charset "utf-8";
/* CSS Document */

.links {
	font-family: Verdana;
	font-size: 18px;
}
.links a:link {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
	}
.links a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
	}
.links a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
	}
.links a:active {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	text-decoration:none;
	}

.box_labels {
	font-family: Verdana;
	font-size: 14px;
}

.bold_headings {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
}

.text {
	font-family: Verdana;
	font-size: 12px;
}
