body {
	scrollbar-face-color: #A5DDEA;
	scrollbar-highlight-color: #A5DDEA;
	scrollbar-3dlight-color: #191053;
	scrollbar-darkshadow-color: #A5DDEA;
	scrollbar-shadow-color: #191053;
	scrollbar-arrow-color: #191053;
	scrollbar-track-color: #A5DDEA;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A5DDEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {
	color: #191053;
	font-weight: bold;
	font-size: x-small;
}
.big {
	color: #191053;
	font-weight: bold;
	font-size: x-large;
}
.submenu {
	color: #191053;
	font-weight: bold;
	font-size: small;
}
.menu {
	color: #191053;
	font-weight: bold;
	font-size: larger;
}
.copy {
	color: #000000;
	font-weight: bold;
	font-size: xx-small;
}
a:link {
	color: #191053;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #191053;
}
a:hover {
	text-decoration: none;
	color: #191053;
}
a:active {
	text-decoration: underline;
	color: #191053;
}