a {
	text-decoration: none;
	color: #CC9966;
}

a:hover {
	text-decoration: underline;
	background: #A0C0F0;
	color: #E8E8E8;
}

a:visited {
	color: #4466CC;
}
p {
	text-align: justify;
	text-indent: 15px;
}

.bold {
	font-weight: bold;
}

.heavy {
	font-weight: bold;
}

.slant {
	font-style: oblique;
}
.smaller {
	font-size: smaller;
}
.under {
	text-decoration: underline;
}
.bigger {
	font-size: larger;
}
.blue {
	background: #E0F0FF;
}

.ltblue {
	color: #0000ff;
}

.green {
	background: #E8FFF0;
}
.gray {
	background: #E0E0E0;
}

.smallcaps {
	font-variant: small-caps;
}
