/*
skrift.css
	Her stiller du inn p 
	* SKRIFTTYPER
	* STRRELSER
	av skrifen p websiden.
	
www.selvforsvar.org er satt opp med <div>-tagger i denne strukturen:
	<div id="topp">
	</div>
	
	<div id="teip">
		<div id="papir">
			<div id="eske">
			
				<div id="bobleplast">
				
					<div id="sidestolpe">
					</div>
					
					<div id="innhold">
					</div>	
				
				</div>
				
				<div id="reklame">
				</div>
				
			</div>
		</div>
	</div>
	
	<div id="bunn">
	</div>
*/

address {
	font-family: "Courier New", Courier, monospace;
}

body,body div,body p,body th,
body td,body li,body dd{
	font: 16px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 0px;
	font-size: 3em;
}

h2 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

h3 {
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 0.05em;
}

ul#index-liste li li a[href*="#"]:before, h3[id*="_"]:before{
	content: "- ";
}

.null{
	font-size: 0px;
}

#bunn{
	font-family: "Courier New";
}

#forord h2, #forord p, #forord li{
	font-weight: bold;
}

#navigasjon li a:hover{
	font-weight: 600;
}

#reklame-vertikal p, #sidestolpe p{
	font-size: 80%;
}

#sidestolpe h2, #reklame-vertikal h2 {
	font-size: 0.8em;
	font-weight: 500;
	font-style: italic;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#topp h1{
	font-size: 1px;
}
