/*CSS file for pommes.galato-online.net*/

body {
background-color:#605F5B;
color:#FFFFFF;
font-family:Verdana;
font-size:10px;
text-align:justify;
}

/*removes the annoying border around linked images*/

img {
border: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #CAC8C0;
	}

a:hover {
	background-color: #CAC8C0;
	color: #000000;
	}