body {
	background:#E5E6FB;
	font-family:verdana;
	
}

/*Linkverhalten allgemein Anfang*/


a:link
{
        color: Blue;
        text-decoration: none;
        font-size: 12px;
        font-family: verdana;
}

a:visited
{
        color: Blue;
        text-decoration: none;
        font-size: 12px;
        font-family: verdana;
}

a:hover
{
        background: silver;
        color: black;
        text-decoration: none;
        font-size: 12px;
        font-family: verdana;
}

a:active
{
        background: silver;
        color: #008000;
        font-size: 12px;
        font-family: verdana;
}

a img {
border:0;
}

h1, h2, h3 {
color:blue;
font-family:verdana;
}

#last_change {
	clear:both;
	font-zize:bigger;
	color:#800000;
	}

#content_2 {
	color:#000080;
	}

