﻿/*CSS - nav för leftFrame */
* {
	margin:0;
	padding:0;
}
body {
	background-color: #0033CC;
	text-align: left;
	margin-left: 10px;
	margin-bottom:0px;
}	

a {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}
a:link {
	color: #fff;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #ccc;
	
}

h1 {
font: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-weight: 600;
color: #fff;
margin:10px -2px 10px;
}

h2 {
	font-size: 1em;
	color: #fff;
}

h3 {
	font-size: 0.9em;
	color: #fff;
}

h4 {
	font-weight: bold;
	color: #fff;
	font-style: normal;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	margin-bottom:8px;
}

h5 {
	font-size:0.7em;
	color: inherit;
}

