A:link  {
	text-decoration : none;
	color : blue;
}

A:visited  {
	text-decoration : none;
	color : blue;
}

A:active  {
	text-decoration : none;
}

A:hover  {
	text-decoration : underline;
	color : red;
}

HR, H1, H2, H3, H4, H5, H6 {
	text-align : center;
}

P.noindent {
	text-indent : 0%;
	text-align : justify;
	margin-right : 13px;
	margin-left: 13px;
}

P  {
	text-indent : 5%;
	text-align : justify;
	margin-right : 13px;
	margin-left: 13px;
}

P.center  {
	text-indent : 0%;
	text-align : center;
	margin-right : 13px;
	margin-left: 13px;
}

BODY      {
	background-color: #FFFFFF;
	background-image: url(http://www.crowsdarts.com/graphics/notebook.gif);
	background-repeat: repeat;
}

pre       {
	font-weight : bold;
}	