/*
Copyright (c) 2006 Mediasparx (http://www.mediasparx.com)
Content: Defaults, Structure, Fonts & Images
Notes: CSS for print
*/

/* -=* Defaults *=- */

body {
    background: #fff;
    margin: .6in;
}

/* -=* Structure *=- */

#topp-right, #media-right, #innhold-right, #bunn {
    display: none;
}

/* -=* Fonts *=- */

body {
    color: #444;
	font-family: "Times New Roman", serif;
	font-size: small;
	}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; 	/* for other IE version */
	}

table {
    font-size: 100%;
}

p, ul, ol {
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    clear: both;
}

h1 {
    font-size: 120%;
}

hr {
	border: none 0;
	border-top: 1px solid #ccc;
	height: 1px;
    clear: both;
}


/* -=* Images *=- */

a img {
    border: 0;
}
