H1 {
	font-family : Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 250%;
	font-weight: bold;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 220%;
	font-weight: bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 150%;
	font-weight: bold;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 110%;
	font-weight: bold;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	color:  #333366;
	font-size: 90%;
	font-weight: bold;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	color:  #333366;
	font-size: 70%;
	font-weight: bold;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

P.mainpage {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

P.notice, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 75%;
}


A {
	color : #330066;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #CCFFFF;
	font-weight: bold;
	text-decoration : none;
}

A:ACTIVE {
	color : #CCFFFF;
	font-weight : bold;
	text-decoration : none;
}

A:VISITED {
	color : #373737;
	font-weight : bold;
	text-decoration : none;
}

TD.smallprint {
	font-size : 70%;
	color: #990000;
}

P.italic {
	font-style : italic;
}

 /* Listat */
 ul,ol { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
 font-size: 90%;
 padding-left: 10px;
 color: #003333;
 }

li { 
 font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
 font-size: 90%; 
 padding-left: 0px;
 color: #003333;
 }
