body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: black;
	background-color: #00CCFF;

	/* för sidor med bakgrund */
	background-attachment: fixed;

	/* för IE: */
	scrollbar-base-color: #FFFFC5;
	scrollbar-arrow-color: #000080;
	scrollbar-track-color: #FFFFC5;
}

p, ul, ol, dd { font-size: 100%; }

a:link { color: #06F }
a:visited { color: #888 }
a:active { color: #F00 }
a:hover { color: #F40 }

a.extern {
	background: url(../bilder/extern.html) center right no-repeat;
	padding-right: 13px;
}
