html, body	{-webkit-text-size-adjust: 100%; }
body		{ margin: 30px; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size:18px; line-height: 150%; color: black; }
A:link      	{ text-decoration: none; }
A:visited   	{ text-decoration: none; }
A:hover     	{ text-decoration: none; }
A:active    	{ text-decoration: none; }

::-webkit-input-placeholder	{ font-weight: normal; color: #ffa2a2; }
:-moz-placeholder		{ font-weight: normal; color: #ffa2a2; }
::-moz-placeholder		{ font-weight: normal; color: #ffa2a2; }
:-ms-input-placeholder		{ font-weight: normal; color: #ffa2a2; }

	.krog { -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; -khtml-border-radius: 100%; }
	.krog5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
	.krog10 { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px; }
	.krog50 { -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; -khtml-border-radius: 50px; }
