body {color: black; background: white; font-family: Verdana, Geneva, Arial, sans-serif;}

.headline
	{
	font-family: 'Gill Sans','Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:0px; 
	}

.headline-bigger
	{
	font-family: 'Gill Sans','Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:0px; 
	}
	
.bodytext
	{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 12px;
	}
	
.smalltext
	{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 10px;
	}
	
a:link {color: white}

a:visited {color: white}
	
a:hover {cursor:hand}

img.blackborder {
	border: green solid 1px;
	}

img.floatLeft { 
    float: left; 
    margin: 20px; 
}

