p {
	font-family: arial;
	font-size: 11px;
	color: #033095;
}
h1 {
	font-family: arial;
	font-size: 24px;
	color: #033095;
	width: 100%;
}
li {
	font-family:arial;
	font-size: 11px;
	list-style-type: circle;
	color: #033095;
}
a:link {
	font-family: arial;
	font-size: 11px;
	color: #033095;
	text-decoration: underline;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #033095;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	color: #5476c0;
	text-decoration: none;
}
a:active {
	font-family: arial;
	font-size: 11px;
	color: #033095;
	text-decoration: underline;
}
body {
	scrollbar-face-color:#033095;
	scrollbar-highlight-color:#5476c0;
	scrollbar-shadow-color:#BBC7C8;
	scrollbar-3dlight-color:#dddddd;
	scrollbar-arrow-color:#033095;
	scrollbar-track-color:#c0cde4;
	scrollbar-darkshadow-color:#blue;
	overflow:auto;
}

