.def_font {
	font-family: Tahoma;
	font-size: small;
	color: #003366;
}
.def_border {
	font-family: Tahoma;
	font-size: small;
	background-color: #E2EFFE;
	border: 1px solid #003366;
	margin: 5px;
	padding: 5px;
}
.def_bullets {
	list-style-type: square;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.loltextbox {
	border: 1px solid #003366;
	font-family: Tahoma;
	font-size: x-small;
	background-color: #E2EFFE;
}
