/*Eminent stilmall av Lina*/

/*The basics*/
body {
	color: #f6f5db;
	background-color: #999;
	font-family:tahoma, sans-serif;
			 font-size:11px;
			 }
/*Text*/
p {}

h1 {font-size:13px;}

h2 {font-size:11px;
	font-weight:bold;
	margin:0px;}

/*Länkar*/
a:link { 
	color: #f6f5db; 
	text-decoration: none; }

a:hover { 
	color: #fb00a5; 
	text-decoration: none; }

a:active { 
	color: #fb00a5; 
	text-decoration: none; }

a:visited { 
	color: #f6f5db; 
	text-decoration: none; }
a:visited:hover { 
	color: #fb00a5; 
	text-decoration: none; }	

/*Bilder*/

img {border:0px;}
	.center {
		text-align: center;
		margin-left:auto;
		margin-right:auto; }
	.lank
		{width: 400px;
			height: 150px;}


/*Boxar*/
#container {
	border: 0px;
	width:600px;
	margin: 0 auto;
	overflow:visible;
	}

#logga {
	text-align:center;
	border: 0px;
	width:600px;
	height:100px;	
	}

#lankar {
	border: 0px;
	width:600px;
	height:30px;
	text-align:center;
	padding:10px 0px 0px 0px;
	}

#innehall {
	border: 0px;
	width:600px;
	height:600px;
	padding: 0px;
	overflow:visible;
	}


