@charset "UTF-8";
/* CSS Document */

body		
{	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
}



.headline1 {
		font-size:36px;
		font-weight:bold;
		}

a:link
{
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style:normal; 
	font-weight: light;
	text-decoration: none;
	color: black;
	}
a:visited
{
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: light;
	text-decoration: none;
	color: black;
}
a:hover
{
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: light;
	text-decoration: underline;
	color: black;
}

a:active
{
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: light;
	text-decoration: none;
	color: black;
}

.navi {
font-size:14px;
font-weight:light;
font-style:italic;
}
