body {
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	background-color: lightblue;
}

 
TD {
	font-size: 9pt;
}

A {
	text-decoration: none;
	color: #41519f;
}

A:hover {
	text-decoration: underline;
}

H2 {
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	font-weight: bold;
}	

.white {
	background-color: white;
}

.border {
 	border-style: solid;
 	border-width: 1px;
 	background-color: white;
}

.margin {
	padding: 10px;
}

.code {
	margin-left: 20px;
	padding: 10px;
	background-color: lightgrey;
	
	width: 200px;
}

.message {
	background-color: orange;
	padding: 10px;
}
	
.livewikiInput {
	font-family: arial;
	font-size: 9pt;
	width: 100%;
	height: 40px;

}

.warning {
	font-weight: bold;
	color: red;
}

.pointer {
	cursor: pointer;
}

@font-face {
      font-family: "Chancery";
      src: url("http://www.laerersiden.no/fonts/chancery.ttf");
}
    
@font-face {
      font-family: "New Century Schoolbook";
      src: url("http://www.laerersiden.no/fonts/schoolbook.ttf");
}
