@charset "ISO-8859-1";

body{
	background-color:#FFEEDD;
}

img {
	border:none;
	border:0px;
}

p{
	margin:2px;
}
.headline{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #1A449C;
	border-color:yellow;
	border-bottom: 5px;
}

.normaltext{
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 10pt;
	color: black;
	text-decoration:none;
}
.contactform{
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 12pt;
	color: #A52A2A;
}
a:link {
	border:0px;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color: #1A449C;}
a:visited {
	border:0px;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color:  #1A449C; }
a:hover {
	border:0px;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color:  #1A449C;}
a:active {
	border:0px;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color:  #1A449C; }
a:focus { 
	border:0px;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color:  #1A449C; }

