a {
	color: #CCAADD;
	font-weight: bold;
}
a:visited {
	color: #BB99CC;
	font-weight: bold;
}
a:hover {
	color: #DDBBEE;
	font-weight: bold;
}
a:active {
	color: #EECCFF;
	font-weight: bold;
}
body {
	background-color: #330066;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.MainNavigationBar {
	color: #CCCCFF;
	background-color: #993399;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
}
.MainNavigationBar:hover {
	font-weight: bold;
	color: #993399;
	background-color: #CCCCFF;
	text-decoration: none;
}
.SubNavigationBar {
	background-color: #993399;
	width: 180px;
	display: block;
	color: CCCCFF;
	font-weight: bold;
	text-align: left;
}
.footer {
	background-color: #AA88BB;
}
.Important {
	font-weight:bold;
}
.brailleSymbolLabel {
	font-size: 0.7em;
}

#latestNews {
	font-size: 0.75em;
	border: 3px solid #9999CC;
	text-align: justify;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
div#contents > ul > li {
	margin-bottom: 1em;
}

