body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	background-color: #E4E4E4;

}

/* ========================== Standard Link Styles ============================= */

a.in:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
}
a.in:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;

}
a.in:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #006699;
}
a.out:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993333;
}
a.out:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993333;

}
a.out:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #993333;
}
