/*-------------------------------------------------
GENERAL
-------------------------------------------------*/


body {
    margin: 0 0 0 0; padding: 0;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #AD98C0;
}

a:link, a:visited {
    color: #6B478D;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

a:hover { color: #fff; background-color: #6B478D; text-decoration: none;}

.hidden {display:none} 
.shown {display:inline}


h1 {
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 10px 0 1px 0px;
	font-size: 13px;
	line-height: 16px;
	color: #390;
	font-weight: bold;
	padding: 0;
}

h3 {
	margin: 20px 0 3px 0;
	color: #666;
	font-size: 11px;
	padding: 0;
	font-weight: normal;
}

.content {
    padding: 20px;    
}

.smaller {
    font-size: 11px;
}

.smaller a:link, .smaller a:visited, content a {
    font-size: 11px;
    padding: 1px;
}

.event_title{
    font-size: 16px;
    font-weight: bold;
}