@charset "utf-8";
body {
    	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    	background: #fff;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 20px;
    	text-align: left;
		color: #063;
    }
img {
        border:none;
}

a {
	color: #063;
	text-decoration:none;

}
a:hover {
	//font-weight: bold;
		text-decoration:underline;

p {
	font-size: medium;
}

h1{
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3{
	font-size: medium;
}

h4 {
	font-size: small;
}

