a {
	color: #330066;
}
a:visited {
	color: #330066;
}
a:hover {
	color: #006666;
}
body
{
	background-color: #eeeeee;
}
table {
	font-size: x-small;
	font-family: Verdana, Sans-Serif;
	color: #330066;
}
th {
	background-color: #669999;
	color: #ffffff;
}


.border {
	border: solid 1 #330066;
}
.border-right {
	border-right: solid 1 #330066;
}
.border-left {
	border-left: solid 1 #330066;
}
.border-top {
	border-top: solid 1 #330066;
}
.border-bottom {
	border-bottom: solid 1 #330066;
}
.border-nav {
	border-top: solid 1 #330066;
	border-bottom: solid 1 #330066;
	border-right: solid 1 #330066;
}
.border-content {
	border-top: solid 1 #330066;
	border-bottom: solid 1 #330066;
	border-left: solid 1 #330066;
}

.content-cell {
	border: solid 1 #669999;
}

.first-paragraph:first-letter{
	font-family: Georgia, BrushScript;
	text-transform:capitalize;
	font-style:italic;
	font-size: large;
	font-weight:bold;
}
.footer {
	background-image: url(../images/footer.jpg);
	text-align: center;
	color: #ffffff;
	font-size: xx-small;
}

.list-term {
	color: #006666;
	font-weight: bold;
}