/* CSS Document */

.navigation {
	font-family: Century Gothic;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation:hover { 
	font-family: Century Gothic;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

.siobhanLink {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	color: #666666;
	text-decoration: none;
}

.intextLink {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: italic;
	font-weight: italic;
	color: #FFFFFF;
	text-decoration: underline;
}