﻿/*
Title: 		Utenriksdepartementet - Norgesportalen
Author: 	Espen André Lund, Objectware (2009)
File:		Print.css
Desc:		Styles for print media
*/

body{
	background: 		#fff;
	color: 			#000; 
	font: 	12px Arial,Helvetica,sans-serif; 
}

h1, h2, h3, h4{
	margin: 		0;
	padding: 		0;
}

a, a:link, a:active, a:visited{
	color: 			#000; 
	text-decoration: 	underline;
}

img{
	border: 		0;
}

.navigation, .header .top_right, .breadcrumb, .sidebar, .footer{
	display: 		none;
}