body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	margin-left: 3%;
	margin-right: 23%;
	padding: .5em 1em .5em 1em;
	color: Black;
	font-size: 12px;
	text-align: left;
   background-image: url(../images/brekstadbaatklubb.jpg);
   background-repeat: no_repeat;
	background-attachment: fixed;
}

h1 {
	font-size: 1.4em;
	padding: .2em;
	border-bottom: 1px  solid #006600;
	background-color: #0000B3 ;
	color: White;
}

h2 {
	color:#0000B3 ;
	font-size: 1.2em;
}

h3 {
	color:#0000B3 ;
	font-size: 1.1em;
}

hr { width:100%;
	}

li {
	padding: .2em;
	margin-top : .2em;
}


img {
	border: none;
}

table {
	font-size: 12px;
	}

th {
	background-color : #0000B3;
	color: White;
	text-align : left;
	padding: .2em;
}

td {
	border-bottom : 1px solid #0000B3;
	padding : .2em 1.0em .2em .2em;
	vertical-align : top;
}

ol ol {
list-style: lower-alpha;
}

ul ul {
list-style: circle;
}

a:link {
	background-color:White ;
	color:#0000B3 ;
}

a:visited {
	background-color:White ;
	color:#0000B3 ;
}

a:hover {
	padding-top: .2em;
	padding-bottom: .2em;
	color:white ;
	background-color:#194A6A ;
}

a:active {
	background-color:White ;
	color:#194A6A ;
}

/* Skjuler alinks fra web-visning. Sett display: block; før kompilering til CHM */
.alink {
display: none;
}

.hidden {
display: none;
}

object {
display: none;
}

div.linklist {
clear: both;
float: right;
position: absolute;
left: 78%;
color: #006600;
font-size: 10px;
}

div.linklist ul {
padding-left:1em;
padding-bottom: 1em;
border-top: 1px dotted #006600;
border-left: 1px dotted #006600;
list-style: none;
}

div.linklist ul li{
padding-bottom: none;
}

div#footer {
border-top: 1px  solid #006600;
font-size: 11px;
text-align: center;
}

div.to_top {
clear: both;
float: right;
position: absolute;
left: 76%;
color: #006600;
}

div.to_top a:link {
	background-color:White ;
	color:#006600 ;
	text-decoration: none;
}

div.to_top a:visited {
	background-color:White ;
	color:#006600 ;
	text-decoration: none;
}

div.to_top a:hover {
	padding-top: .2em;
	padding-bottom: .2em;
	color:white ;
	background-color:#006600 ;
}

.writingtips {
border-left: 1px solid;
font-size: .8em;
margin-left: 12%;
margin-right: 12%;
padding: 1em;
}


