BODY {
	background-color: #FFFFFF;
	margin: 15;
}

BODY, TABLE {
        font-family: Georgia, 'Times New Roman', 'Times', serif;
	font-size: 13px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #909090;
}

A:link, A:active, A:visited {
	text-decoration: none;
	font-style: italic;
	color: #333333;
	background: #fceff3;
	font-weight: normal;
} 
 
A:hover {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
	background: #FF84AB;
	font-weight: normal;
}

.headline {
        font-family: Georgia, 'Times New Roman', 'Times', serif;
	font-size: 300%;
	font-weight: normal;
	font-style: italic;
        letter-spacing: .1em;
        text-transform: lowercase;
	color: #333333;
}

.smallHeadline {
        font-family: Georgia, 'Times New Roman', 'Times', serif;
        font-size: 200%;
		line-height: 140%;
        font-weight: normal;
        font-style: italic;
        letter-spacing: .1em;
        text-transform: lowercase;
        color: #333333;
}

.sideBarText {
        font-family: Georgia, 'Times New Roman', 'Times', serif;
        font-size: 100%;
		line-height: 140%;
        font-weight: normal;
        font-style: italic;
        letter-spacing: .1em;
        text-transform: lowercase;
        color: #333333;
}
