@charset "iso-8859-1";
/* author: Shamyn Whitehawk */
/* Creation date: 6/16/2002 */
BODY {
	margin-left: 6%;
	margin-right: 6%;
    text-align: justify;
}

a:link {
	color: #000066;
    text-decoration: none;
}
v:link {
	color: Purple; 
    text-decoration: none;
}
a:hover {
	color: Blue;
    text-decoration: underline;
}
p {
    text-indent:20px;
    }
   
