/*
----------------------------------
Bergziege Spielwelt
Autor: angelica steinkopff
----------------------------------
style.css
*/
		
/* allgemeines*/

html, body{ 
	margin:0; 
	padding:0;
	padding-top:10px;
	text-align:center;
	font-family : Arial, Verdana, sans-serif;
	font-size : 87%;
	color: #444444;
	background-color: #fff;

} 


html, body {
   font-size: 101%;
}


a:link {
	font-family:Arial, Verdana, sans-serif;
    font-size:1.0em;
    color:#444444;
    text-decoration: none;
}

a:visited {
	font-family:Arial, Verdana, sans-serif;
    font-size:1.0em;
	color:#444444;
    text-decoration: none;
}

a:hover {
	font-family:Arial, Verdana, sans-serif;
    font-size:1.0em;
    color: #fc0404;
    text-decoration: none;
}

a:active {
	font-family:Arial, Verdana, sans-serif;
    font-size:1.0em;
    color: #fc0404;
    text-decoration: none;
}

p {
   font-size: 9pt;
}


/* code is poetry */

