p,li
{
margin-left: 10pt;
}


body
{
background-color: lightgray;
font-family: "verdana, arial, sans serif";
}


div.headline
{
font-size: 2em;
color:blue;
position:absolute;
left:20%;
top:1%;
background-color: lightgray;
font-family: "impact";
}

div.update
{
font-size: 0.7em;
color:red;
position:absolute;
left:80%;
top:1%;
}
div.main
{
position:absolute;
left:20%;
top:15%;
right:1%;
bottom:1%;
border-style: groove;
overflow: auto;
}
div.menu1
{
position:absolute;
left:1%;
top:1%;
right:81%;
bottom:54%;
background-color: #aabb44;
font-weight: bold;
border-style: groove;
overflow: auto;
}

div.menu2
{
position:absolute;
left:1%;
top:47%;
right:81%;
bottom:27%;
background-color: #aabb44;
border-style: groove;
overflow: auto;
}
div.menu3
{
position:absolute;
left:1%;
top:74%;
right:81%;
bottom:1%;
background-color: #aabb44;
border-style: groove;
overflow: auto;
}


div.sign
{
font-style: italic;
font-size: 0.8em;
}

h1
{
font-weight: bold;
font-size: 2.5em;
}

h2
{
font-weight: bold;
font-size: 1.5em;
}

h4
{
font-weight: bold;
}

a:link    {color:blue}
a:visited {color:violett}
a:active  {color:mediumblue}
a:hover   {background-color: red;color:black;text-align:b}
