/* brief style sheet */

@charset "utf-8";
/* Disabling default styles */
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
	border: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	
	margin: 0;
	padding: 0;
}
body {
	background-color: #F0EFF0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.heading{
font-family: "Lucida Calligraphy", cursive;
font-size: 34px;
color: #33A91B;
font-weight: bold;
line-height: 120%;
}

.subheading {
font-family: Verdana, sans-serif;
font-size: 22px;
font-weight: normal;
color: #333;
line-height: 120%;
}

.location {
font-family: Verdana, sans-serif;
font-size: 20px;
font-weight: normal;
color: #333;
line-height: 120%;
}

.details {
font-family: Verdana, sans-serif;
font-size: 18px;
font-weight: normal;
color: #333;
line-height: 120%;
}
						
.details A:link	{color: #3333FF; text-decoration: none; font-weight: normal;}
.details A:visited	{color: #3333FF; text-decoration: none; font-weight: normal;}
.details A:hover	{color: #00CC00; text-decoration: none; font-weight: normal;}
.details A:active	{color: #3333FF; text-decoration: none; font-weight: normal;}

