body {
margin:0;
text-decoration: none;
}


p,td, body {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.foot {
	font-size: 10px;
}
.title {
	font-size: 20px;
	color: #006600;
	font-weight: bold;
}
.festivaltitle {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}
.headteks {
	font-size: 22px;
	font-weight: bold;
	color: #FFCC00;
}

.subtek {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
}
li {
	list-style-type: square;
}
.logoteks {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*Page title table */
table.mytable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #2a8fc7;}
table.mytable td { font-size: 18px; border: none; background-color: #Ffffff; vertical-align: middle; padding: 5px; font-weight: bold; color: #2a8fc7;}
table.mytable tr.special td { border-bottom: 1px solid #2a8fc73;  }


/*front subtitle table */
table.frontsubtable { width: 100%; padding: 0px; border: none; border-bottom: 1px solid #1D6893;}
table.frontsubtable td { font-size: 14px; border: none; background-color: #0072A4F; vertical-align: middle; padding: 5px; font-weight: bold; color: #1D6893;}
table.frontsubtable tr.special td { border-bottom: 1px solid #000000;  }


/*simple list*/
#simplelist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 210px;
}

#simplelist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#simplelist li a { text-decoration: none; }





/*list*/
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 500px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

/*text decoration*/
a {
	text-decoration: none;
}





