body{
	color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
}

p { /* footer */
	color: #000000; 
	font-family: Arial; 
	font-size: 11px; 
}

td{
	color: #000000; 
	font-family: Arial; 
	font-size: 11px;
}

/******* LINKS *******/

a {
	text-decoration: none; 
	color: #000000; 
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

a.menu {
	text-decoration: none; 
	color: #FFFFFF; 
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}

a:hover{
	color: #ff4ad7; 
}

.img {
	border: 1px;
	colour: #000000;
	align: rigth;
}

/******* HEADLINES *******/

h1{ /* huvudrubrik */
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10;
	margin-top: 0;
}

h2{ /* underrubrik */
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10;
}

h3{ /* underrubrik mitt i brödtext */
	text-decoration: none; 
	color: #000000; 
	font-weight: bold;
	font-size: 10px;
}

