

/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:0px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
a:link {
	font-family: Tahoma;
	font-weight: normal;
	line-height: 16px;
	color: #A7294E;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-weight: normal;
	line-height: 16px;
	color: #A7294E;
	text-decoration: underline;
}

a:active {
	font-family: Tahoma;
	font-weight: normal;
	line-height: 16px;
	color: #A7294E;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma;
	font-weight: normal;
	line-height: 16px;
	color: #A7294E;
	text-decoration: underline;
}
