/*
Dette er stylesheetet til Nordnorsk vitensenters nettsider
*/

body	{
	font-family: Georgia;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
	}
	
p	{
	font-size: 10pt;
	color: #2E1612;
	margin-top: 0px;
	}
	
td	{
	font-size: 10pt;
	color: #2E1612;
	}

td.farge{
	background: #d97b31;
	color: #ffffff;
	}
	
h1 	{
	font-size: 14pt;
	color: #d97b31;
	margin-top: 1px;
	margin-bottom: 1px;}
	
h1.marg
{
	font-size: 8pt;
	color: #ffffff;}

h2	{
	font-size: 12pt;
	color: #a63c2e;	
	margin-top: 30px;
	margin-bottom: 0px;
	}

h3 	{
	font-size: 10pt; 
	font-weight: bold;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 1px;}

a:link	{
	font-weight: normal;
	text-decoration: underline;
	color: #a63c2e;
	}

a:visited{
	color: #d97b31;
	}

a:hover	{
	color: #000000;
	}

a:active{
	color: #000000;
	}


a.navigasjon	{
   font-size: 8pt;
   color: #a63c2e;
   text-decoration: none;
   font-weight: bold;
		}
	
a.navigasjon:visited{
	color: #a63c2e;
	}
	
a.navigasjon:hover	{
	color: #000000;
	}

a.navigasjon:active{
	color: #000000;
	}

.bunn {
   font-size: 6pt;
   color: #a63c2e
	}
.tittel {
   font-size: 18pt;
   color: #a63c2e
	}