﻿a.std:visited {
color : #999999; 
text-decoration : none; 
} 
a.std:link {
	color: #FFFFFF;
	text-decoration : none;
} 
a.std:hover {
color : #FFFFFF;
text-decoration : underline; 
}

h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: "Iskoola Pota";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	background-color: #4079a9;
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: "Iskoola Pota";
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
}


