BODY
{
    font-family: Tahoma;
    font-style:normal;
    font-size: 15;
    color: #000000;
    background : lightyellow
}

H1
{
    text-align: center;
	color: #000000;font-family:Arial
}
H2
{
    text-align: center;
	color: #000000;font-family:Arial
}

A
{
	font-family: Verdana;
	text-decoration: none;
}
A:link
{
	color: blue;
}

A:visited
{
	color: #003399;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: blink;
}
th
{
	font-size: 15;
	color: blue;
}
td
{

    font-size: 15; font-family:Tahoma
}

.ort
{
	text-align:center;
}

.bigtitle
{
	color: #ff3366;
	font-family: Verdana;
	background-color: rgb(255,255,255);
}
.menu
{
	background-color: #ffffd2;
}
.body
{
	background-color: #ffffd2;
}
/*

div { border-style: solid;
	  border-width: 1px;
	  border-color: rgb(0,0,255);
	  padding: 5px;
	  font-size: small;
	}
	
div.img
{
	border-style:none
}

div.siir
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}*/
.title
{
	font-size: medium;
	background: #b1d0ff;
	color: #000000;
}	

div.msg
{
	background: #ccffcc;
	color: rgb(0,0,0);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

div.msg2
{
	background: #ffff99;
	color: rgb(0,0,0);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
div.example {
	background: rgb(255,255,204);
	color: rgb(0,0,0);
}