body {
	background: White;
	font-family: sans-serif;
	font-size: small;
	color : #336699;
}

a {
	color: #0A4B7A;
	text-decoration: none;
}

p.smaller {
	font-size: smaller;
}



h1, h2, h3, h4, h5, h6 {
color: #336699;
}

h5, h6 {
margin-bottom: -12px;

}

hr {
	width: 98%;
	color: #336699;
	text-align: left;
}

li {
	margin-bottom: 1%;
}

a:hover {
	background: white;
	background-color: #336699;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.highlight {
	font-weight: bold;
	color: #336699;
}

td.lineabove  { 
	border-top: solid #336699;
}

/* ---- secondary navbar (left) --------------------------------------*/
a.nav {
	font-family:  sans-serif; 
	display: block;
 	color: #336699;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	/* text-align: right; */
}

a.nav:link    {  }
a.nav:visited {  }

a.nav:hover {
	background: white;
	background-color: #336699;
	color: white;
	cursor: pointer; 
	text-decoration: none;
	text-align: right;
}
/* ---- secondary navbar (left) --------------------------------------*/

/*

RGB: 2/98/158
Web: #02 / #62 / #9E

336699
*/


/*  
================================================== 
CSS for KO-press; edited by Karl Obermayr 

h2{
	text-align : left;
	color : #336699;
}

h3{
	text-align : left;
	color : #336699;
}

h4{
	text-align : left;
	color : #336699;
}

h4.invert {
	text-align : left;
	color :#FFCC00;
	background-color : #336699;
}

h5{
	text-align : left;
	color : #336699;
}

p.head4 {
	font-size : small;
	font-weight : bold;
	text-align : left;
	color : #336699;
}

p.head4-i {
	font-size : small;
	font-weight : bold;
	text-align : left;
	color :#FFCC00;
	background-color : #336699;
}


.Button {
	border : #FFCC00;
	font-size : smaller;
	font-weight : normal;
	text-align : center;
	background : #FFCC00;
}


================================================== */

