/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B9B8D9
}

a:link {
	color: #004784
}

a:hover {
	text-decoration: none;
}
.italics {
	font-style: italic;
	font-weight: bold;
	color: #146AB3;
}
.createdBy {
	text-align: right;
	float: right;
	padding-top: 28px;
}
.createdBy a {
	color: #19203A;
	font-weight: bold;
	text-decoration: none;
}
.createdBy a:visited {

	color: #19203A;
	font-weight: bold;
	text-decoration: none;
}
.createdBy a:hover {


	color: #19203A;
	font-weight: bold;
	text-decoration: underline;
}
