<STYLE TYPE="text/css">
/*
===================================
= Std stylesheet for SiteLite 2.0,=
= Børre Stenseth,                 =
= Ostfold University College,2000 = 
===================================
*/

BODY {
	background: white;
	color: #783E1E;
	/*font family: "Times", "Times New Roman", serif;*/
	font-family: "Geneva", "Verdana", "Arial", sans-serif;
	font-size: 11;
	text-align: left;
}

A:link	  {color:#333399;}
A:visited {color:#999933;}
A:active  {color:#999999;}
A:hover   {color:#FF3333;}

H1,H2,H3,H4{font-family: "Geneva", "Verdana", "Arial", sans-serif;color: #783E1E;}
H1{	font-size: large; font-weight: bold;}
H2{	font-size: large;font-weight: normal;}
H3{	font-size: medium;font-weight: bold;}
H4{	font-size: medium; font-weight: normal;	font-style: italic;}

P,UL,OL,TD{
font-family:"Geneva", "Verdana", "Arial", sans-serif;
font-size:13px;
color: #783E1E;
}

/* ====== styles hardcoded by SITELITE =====*/

/*<!--CONLIST--> Page relevant toc (left bar) */
.clevel0,.clevel1,.clevel2,.clevel3,.clevel4,
.clevel5,.clevel6,.clevel7,.clevel8,.clevel9,.clevel10
{
font-family:"Geneva", "Verdana", "Arial", sans-serif;
font-size: 11px;
font-weight:200;
background-color:transparent;
text-decoration:none;
line-height:120%;
}

.clevel0{ margin-left:0px;}
.clevel1{ margin-left:7px;font-weight:600;line-height:150%;}
.clevel2{ margin-left:14px;}
.clevel3{ margin-left:21px;}
.clevel4{ margin-left:28px;}
.clevel5{ margin-left:35px;}
.clevel6{ margin-left:42px;}
.clevel7{ margin-left:49px;}
.clevel8{ margin-left:49px;}
.clevel9{ margin-left:49px;}
.clevel10{ margin-left:49px;}
/*-active-*/
.aclevel0,.aclevel1,.aclevel2,.aclevel3,.aclevel4,
.aclevel5,.aclevel6,.aclevel7,.aclevel8,.aclevel9,.aclevel10
{
font-family:"Geneva", "Verdana", "Arial", sans-serif;
font-size: 11px;
font-weight:200;
background-color:transparent;
text-decoration:none;
line-height:120%;
color:#999999;
}

.aclevel0{ margin-left:0px;}
.aclevel1{ margin-left:7px;font-weight:600;line-height:150%;}
.aclevel2{ margin-left:14px;}
.aclevel3{ margin-left:21px;}
.aclevel4{ margin-left:28px;}
.aclevel5{ margin-left:35px;}
.aclevel6{ margin-left:42px;}
.aclevel7{ margin-left:49px;}
.aclevel8{ margin-left:49px;}
.aclevel9{ margin-left:49px;}
.aclevel10{ margin-left:49px;}


/* <!--TOC--> on sitemap pages */
.tlevel0,.tlevel1,.tlevel2,.tlevel3,.tlevel4,
.tlevel5,.tlevel6,.tlevel7,.tlevel8,.tlevel9,.tlevel10
{
font-size: 12px;
font-weight:200;
background-color:transparent;
text-decoration:none;
line-height:120%;
}

.tlevel0{ margin-left:0px;}
.tlevel1{ margin-left:0px;}
.tlevel2{ margin-left:14px;}
.tlevel3{ margin-left:21px;}
.tlevel4{ margin-left:28px;}
.tlevel5{ margin-left:35px;}
.tlevel6{ margin-left:42px;}
.tlevel7{ margin-left:49px;}
.tlevel8{ margin-left:49px;}
.tlevel9{ margin-left:49px;}
.tlevel10{ margin-left:49px;}

/* local toc*/
.localtoc{ font-size:12px;}


/*<!--INDEX--> on index pages */
.indexkeyword{  font-size:small; font-weight: bold; line-height:120%;}
.indexentry{    font-size:small; font-weight: normal; margin-left:7px;}

/* ====== END OF styles hardcoded by SITELITE =====*/

/* heading for <!--BASEDON-->*/
.basedhead{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:11px;
  font-style: italic;
  margin-left:7px;
  font-weight: normal;
  color:#000000;
  }
/*<!--BASEDON-->*/
.basedon{ 
font-family:"Geneva", "Verdana", "Arial", sans-serif;
font-size: 11px;
background-color:transparent;
text-decoration:none;
line-height:120%;
margin-left:7px;
font-weight:600;
line-height:150%;
}



/* <!--SITENAME--> */
.sitename{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:large;
  font-weight: bold;
  color:#FFFFFF;
}

/* <!--PAGENAME--> */
.pagename{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:large;
  font-weight: bold;
  color:#000000;
}

.mainfooter{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:8pt;
  margin-left:140px;
  color:#AAAAAA;
}

.leftfooter{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:8pt;
  margin-left:10px;
  color:#AAAAAA;
}


.element{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:10pt;
  font-weight:600;  
  /*color:#60CA02;*/
  color:black;
}

.sample{
  font-family: "Geneva", "Verdana", "Arial", sans-serif;
  font-size:8pt;
  color:black;
}



/*Standard PRE inline*/

/*Standard PRE inline*/

PRE {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	background-color: #ffffff;
	font-size: 12px;
	color: black;
}

.list {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	color: black;
}

.xlist {

	white-space: pre;
	font-family: "Geneva", "Verdana", "Arial", sans-serif;
	/*font-family: "Courier", "Courier new", mono-space;*/
	color: black;
}

/*PRE for bruk i generelle kode-blokker */

.code {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	display: block;
}

.cppcode {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	background-color: #EEEEFF;
	display: block;
}

.javacode {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	background-color: #EEFFEE;
}

.ccode {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	background-color: #FFEEEE;
	color: #7D4949;
	display: block;
}

</style>

