html,
body {
    width: 100%;
    height: 100%;
	font-family: 'Karla', sans-serif;
}

A.class1:link { color:#fff; text-decoration: none; }
A.class1:visited { color:#fff; text-decoration: none; }
A.class1:hover { color:#ABABAB; text-decoration: none; }
A.class1:active { color:#ABABAB; text-decoration: none; }

.border {
    border-width:3px !important;
}
.container {
	background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.8);
	}





