.paragraph {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-top: 15px;
		padding-left: 20px;
			padding-right: 20px;
				padding-bottom: 15px;
}

.paragraphbox {
	font-family: century gothic, Helvetica, sans-serif;
	
	font-size: 14px;
	color: #ffffff;
	padding-top: 5px;
		padding-left: 10px;
			padding-right: 10px;
				padding-bottom: 5px;
}

.paragraph2 {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding-top: 5px;
		padding-left: 5px;
			padding-right: 5px;
				padding-bottom: 5px;
}
 
 
a:link {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #6262ff;
	text-decoration:none;
 
	}
	a:hover {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #d1c22c;
	text-decoration:underline;
 
	}
	a:visited {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #6262ff;
	text-decoration:none;
 
	}
	a:active {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 14px;
	color: #6262ff;
	text-decoration:none;
 
	}
 