@charset "utf-8";


.headings {
	font-family: Arial;
	font-size: 11px;
	color: rgb(165,121,86);
	font-weight: bold;
	text-decoration: none;
	
}
.copyright {
	font-family: Arial;
	font-size: 9px;
	color: rgb(177,177,177);
	text-decoration: none;
}
.event_heading {
	font-family: Arial;
	font-size: 22px;
	color: rgb(165,121,86);
	text-decoration: none;
}

.content_head  {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: rgb(0,0,0);
	text-decoration: none;
}


.content {
	font-family: Arial;
	font-size: 11px;
	color: rgb(80,80,80);
	text-decoration: none;
	line-height: 16px;
}
a {
	Links:visited; 
 	color: rgb(125,125,125);
	Links: hover;
	color: rgb(165,121,86);
 	text-decoration: none;
}

.content_credentials {
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: rgb(80,80,80);
}

.navigation_bar {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #828282;
	text-decoration: none;
	
}
