a:link {
	color: #0000FF;
	text-decoration: none;
	background: CCCCFF;
	font-weight: bold;
}
a:visited {
	color: #990099;
	text-decoration: none;
	background-color: CCCCFF;
	font-weight: bold;
}
a:hover {
	color: #669966;
	text-decoration: underline;
	background-color: CCCCFF;
	font-weight: bold;
}
body {
	background-color: CCCCFF;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: CCCCFF;
	font-weight: bolder;
}
.background {
	background-color: CCCCFF;
}
caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
background {
	background-color: CCCCFF;
}
.justifying {
	text-align: left;
}
