/* CSS Document */
/* by philipp galliker */

/* Focus bei FF weg */
:focus { outline : 0; }

body {
	padding:0px;
	margin: 0px;
	background-color: #67b6d6;
	
}
.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #053a63;
letter-spacing: 0.05em;
}

.text a 
{
color:#1a3244;
text-decoration:none;
}

.text a:visited
{
color:#1a3244;
}

.text a:hover
{
text-decoration:none;
color:#fff;
font-size:14px;
}

