/* CSS Document */
p {font-family:"Comic Sans MS", Forte, Arial; font-size:12px}
h1 {font-family:"Comic Sans MS", Forte, Arial; font-size:36px}
h2 {font-family:"Comic Sans MS", Forte, Arial; font-size:24px}
h3 {font-family:"Comic Sans MS", Forte, Arial; font-size:18px}
li {font-family:"Comic Sans MS", Forte, Arial; font-size:12px}
a  {font-family:"Comic Sans MS", Forte, Arial; font-size:12px}
td {font-family:"Comic Sans MS", Forte, Arial; font-size:12px}
tr {font-family:"Comic Sans MS", Forte, Arial; font-size:12px}


a:link {
	COLOR: blue;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	COLOR: #00f;
	font-weight:bold;
	TEXT-DECORATION:none;
}
a:active {
	COLOR: #09F;
	font-weight:bold;
	TEXT-DECORATION: none;
}
a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background-color: #00F;
}

.koko1       { font-size: 10pt }
.koko2       { font-size: 12pt }
.koko3       { font-size: 14pt }
.koko4       { font-size: 12pt }

