
* { 
	margin: 0; 
	padding: 0; 
}

body 
{
	background-image: url('../_img/pattern.jpg');
	background-color: #f3f5f4;
}

img
{ 	
	border: 0px solid;
}

/* Text */ 

p
{	
	font-size: 12px;
	color: #1c2e38;
	font-family: arial;
	line-height: 18px;
}

h1
{	
	font-size: 18px;
	color: #1697a8;
	font-family: arial;
	margin-bottom: 10px;
	font-weight: normal;
}

h2
{	
	font-size: 14px;
	color: #000000;
	font-family: arial;
		margin-bottom: 5px;
}

h3
{	
	font-size: 12px;
	color: #000000;
	font-family: Arial;
		margin-bottom: 5px;
}

/* Länkar */

a
{ 	
	font-size: 12px;
	color: #1c2e38;
	font-family: Arial;
	font-weight: Bold;
	text-decoration: none;
}

a:hover
{ 	
	font-size: 12px;
	color: #8e979c;
	font-family: Arial;
	font-weight: Bold;
	text-decoration: none;
}