body {
	background-color: 660099;
	font-family: Garamond;
	font-weight:bold;
	font-size:12pt;
	color: Purple;
	scrollbar-3d-light-color : Fuchsia;
	scrollbar-arrow-color : #8A2BE2;
	scrollbar-base-color : 660099;
	scrollbar-dark-shadow-color : Aqua;
	scrollbar-face-color : #0099CC;
	scrollbar-highlight-color : #660099;
	scrollbar-shadow-color : Purple;
}
h2 {
	color: #663399;
	font-size:16pt;
	text-align: center
}
h3 {
	color: Green;
	font-weight:bold;
	font-size:14pt;
	text-align: center;
	scrollbar-face-color : Teal;
}
p {
	margin-left:15px;
	font-weight : bold;
}
a:link {
	font-family: Garamond;
	color: Aqua;
	font-weight : bold;
	font-size : x-small;
}
a:visited {
	font-family: Garamond;
	color: Silver;
	font-weight : bold;
	font-size : x-small;
}
a:hover {
	font-family: Garamond;
	color: #7FFFD4;
	font-weight : bold;
	font-size : x-small;
}
a:active {
	font-family:garamond;
	color: Silver;
	font-weight : bold;
	font-size : x-small;
}

