/* CSS Document */

body {
background: #e1e5e6;
}

p {
font-family: helvetica, sans-serif;
font-size: 11px;
font-color: #000000;
margin: 0.5em;
}

p.about {
font-family: helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #000000;
margin-left: 1em;
}


.events-details {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}


p.workshop {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #C00;
	margin: 1em;
	font-weight: bold;
}

h1 {
font-size: 16px; 
font-family: helvetica;
font-style: bold;
line-height: 18px;
color: #330000;
margin: 1em;
}

	
h2 {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-left: 1em;
}
	
h3 {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
	

p.title {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	}

 
a:link {
	color:#000000;
	font-family:helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	text-decoration:underline;
	
}
a:hover {
	color:#000000;
	font-family:helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	text-decoration:none;
}

a:visited {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
}


a.email:link {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px
}

a.email:visited {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px
}


.frame {
border-color: #000000;
border-width: 1px;
}
