/* LÄNKAR */

.lnkrub, .lnk, .adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	margin-left: 5px;

}

.lnkrub {
	font-weight: bold;
	color: #FFFFFF;
	}

.lnk {
	font-weight: bold;
	color: #001C62;
	}
.lnk:hover {
	color: #ffffff;
	text-decoration: none;
	}

.adress {
	font-weight: normal;
	color: #666666;
	text-decoration: none;



}
h1, p, li {
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	
	font-size: medium;
	font-weight: bold;
	color: 001C61;
	text-decoration: none;
}
p, li {
	font-size: x-small;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	margin-left: 5px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-style: italic;

}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

