body	{
	margin: 0;
	padding: 0;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	font-size: 12px;
	}

/* Basic page divisions */



a	{
	text-decoration:	underline;
	font-weight:	normal;
	color: #A71732;
	border-bottom-style: none;
	}
	
a:link	{
	color:	#000000;
	border-bottom: 1px;
	text-decoration: underline;
	}
	
a:visited	{
	color:	#333333;
	border-bottom: none;
	text-decoration: none;
	}
	
a:hover	{
	color:	#FF3300;
	}
	
a:active	{
	color:	#FF3300;
	}
