/*
 * $Id: default.css,v 1.14 2007/03/25 12:17:11 dentarg Exp $
 */

body {
	background-color: #202020;
	width: 500px;
	margin-top: 32px;
	margin-left: 64px;
	padding: 0;
	color: #ccc;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #58980C;
}

a:hover { 
	color: #9aef30; 
}

h1, h2, h3 {
	margin-bottom: 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h1 a {
	text-decoration: none;
}

h1 {
	font-size: 60px;
}

h2 { 
	font-size: 28px;
	font-weight: normal;
	color: #9aef30;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}

.starkast {
	color: #808080;
}

.title {
	color: #fff;
}

ul {
    list-style-type: square;
}

li {
    margin-bottom: 1px;
}

img {
	border: solid 1px #000;
}


code {
	font-size: 13px;
	color: #808080;
}

em {
	font-style: normal;
	background: #444;
}
