body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
a:link {
	color: #330066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:hover {
	text-decoration: underline;
	color: #330066;
}
a:active {
	text-decoration: none;
	color: orange;
}
.small_italic {
	font-size: small;
	font-style: italic;
}
.medium {font-size: medium}
.x-large_bold {
	font-size: x-large;
	font-weight: bold;
}
.grey_background {
	background-color: #4AA6E3;
}
.orange_background {
	background-color: #FECD31;
}
.red_background {
	background-color: #EF4A4F;
}
.white_background {
	background-color: #FFFFFF;
}

