BODY {
	background-image : url(../images/notepad.gif);
}

.title	{
	 font-family : Arial, Helvetica, sans-serif;
	 font-size: 24pt;
	 color: black;	
	 text-decoration: underline;
	 text-weight: bold;
	 text-align: center}
 .text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	text-align : left;
	color : Black;
	text-indent : 25px;
	
}
	 

P	{font-size: 12pt;
	 color: black}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #b59705;
	text-decoration : none;
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #b59705;
	text-decoration : none;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	color : Red;
}