BODY {
	background : lightblue;
	font-family : Arial, Verdana, Trebuchet, sans-serif
	}
	
BODY.meny {
		text-align : center
		}
H1 {
	color : white;
	font-family : verdana;
	background:green
	}

TABLE {
	background : gray;
	}

TR {
	background : lightgrey
	}

TD {
	text-align : center
	}
	
TD.huvud {
		background : green;
		color : white;
		font-size : 40px;
		font-weight : bold;
		font-family : georgia
		}

TH {
	background : white;
	font-size : 18px;
	font-weight : bold;
	border : thin dotted green
	}

TD.kommentar {
		color : red;
		font-weight : bold
		}

A {
	font-size : 14px;
	color : white;
	font-weight : bold;
	text-decoration : none
	}

A:hover {
	color : black
	}

P {
	width : 80%;
	text-align : left
	}
