
<!-- Tags -->
html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3300FF;
	text-decoration: none;
}


<!-- Id's -->

#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:600px;
}
a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	color: #3300FF;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: none;
}
a:active {
	color: #33CC00;
	text-decoration: none;
}


#logoLayer {
	background-image: url(logga.gif);
}

#linkLayer {
	background-color: #CCCCCC;
	height: 35px;
	width: 798px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
}

#mainLayer {
	background-color: #FFFFFF;
	width: 768px;
	border-top: thin none #999999;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #999999;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}

#lesson {
	width:auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}


.lessonBottom{
	font-size:10px;
	text-align:center;
	background-color:#CCCCCC;
	color:#666666;
}
.grayBack{
	background-color:#999999;
}
.leftLine {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}

