	/*  General rules */
	
img	{
	display: block;
	border: 0;
	}
body	{
	background: white;
	color: black;
	padding: 10px;
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	}

#pagebody	{
	background: white;
	padding: 20px;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444;
	width: 400px;
	float: left;
	}
td {
	vertical-align: top
	}

h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	}
	
h1	{  
    font-size: 200%;
    color: #006667;
    }

h2	{  
    font-size: 150%;
    }
    
h3 {
	font-size: 120%;
	padding: 3px 100px 3px 3px;
	color: white;
	background-color: gray;
	}   

h3.deloppgave {
	background-color: #006666;
	background-image: url(../image/deloppgave.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}
	
h3.hovedoppgave {
	background-color: #CC0000;
	background-image: url(../image/hovedoppgave.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}

h4	{
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	}

h5	{
	font-size: 100%;
	color: #FF6600;
	}
	
h6	{
  	font-size: 80%;
  	color: orange;
  	margin: 2px;
	}

p	{
	font-size: 100%;
	}

a:link, a:visited {
	text-decoration: underline;
	color: blue;
	}

a:hover {
	text-decoration: none;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
.floatleft	{
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	}
	

table.images {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
table.images td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
