BODY {
	background-color : #EEEEEE;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	margin-left : 8%;
	margin-right : 5%;
}

P{
	text-indent : 6%;
}

LI{
	margin-left : 30px;
}

A:LINK, A:VISITED {
	background-color : #EEEEEE;
	color : #0000CD;
	text-decoration : underline;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

A:HOVER {
	background-color : White;
	color : #0000CD;
	text-decoration : underline;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

MARQUEE {
	background-color : #32CD32;
}

.yellow {
	background : Yellow;
}

.names {
	color : Fuchsia;
}

.selection {
	color : Red;
}

.letter {
	color : Blue;
}

.lastupdate {
	color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : italic;
}

.author {
	color : #2E8B57;
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
	font-style : normal;
}

.main {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : x-large;
	font-style : normal;
	font-weight : bold;
}

.title {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : x-large;
	font-style : normal;
}

.subtitle {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	font-style : italic;
}

.topic {
	color : Black;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style : normal;
}

.subtopic {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : italic;
}

