@charset "UTF-8";
/* CSS Document */

a.links {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	line-height: 24px;
	text-decoration: none;
	color: 333333;	
	background: none;
	text-align: center;
}

a.links:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:18px;
	line-height: 24px;
	text-decoration: underline;
	color: fbbf1e;	
	background: none;
	text-align: center;
}

.email {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	line-height: 20px;
	text-decoration: none;
	color: fbbf1e;	
	background: none;
	text-align: left;
}

.name {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	line-height: 20px;
	text-decoration: none;
	color: 333333;	
	background: none;
	text-align: left;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #870000;
	text-decoration:none;
}

.smallText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #870000;
	text-decoration:underline;
}