.copyright {
	margin : 5 5 5 150;
}

.main {
	margin : 5 5 5 150;
	border : 1px solid red;
	padding : 10;
}

.title {
	font-size : 20pt;
}

.underline {
	text-decoration : underline;
}

.strike {
	text-decoration : line-through;
}

A {
	text-decoration : none;
}

A:active {
	color : red;
}

A:hover  {
	text-decoration : underline;
}

A:link {
	color : yellow;
}

A:visited {
	color : yellow;
}

BODY  {
	background-color : #9595FE;
	background-image : url(sidemenubackground.gif);
	background-repeat : repeat-y;
	color : black;
	font-family : Times, Serif;
	font-size : small;
	font-weight : normal;
	margin : 0;
}

H1 {  /* H1 is used for the title (first) line of each page. */
	font-size : 25pt;
}

H5 {  /* H5 is used for the copyright statement. */
	font-weight : normal;
	font-size : 8pt;
}

P.indent {
	text-indent : 30px;
}

P.fancyindent {
	text-indent : 30px;
}

P.fancyindent:first-letter {
	font-size : 30pt;
}

