@charset "utf-8";
.sida {
	width: 600px;
	background-color: #CCCCCC;
	padding: 5px;
	float: left;
}
body {
	background-color: #000000;
}
.meny a {
	font-weight: bold;
	text-decoration: none;
	color: red;
}
.meny  a:hover   {
	text-decoration: underline;
	color: red;
}
.meny {
	border: 1px solid #000000;
	padding: 3px;
	text-align: center;
	font-weight: bolder;
}
.person {
	width: 300px;
	float: left;
}
.sida .brodtext li a {
	font-weight: bolder;
	padding-right: 5px;
	text-decoration: none;
	color: #FF0000;
}
.sida .brodtext a:hover {
	text-decoration: underline;
}
.bild {
	float: left;
	width: 150px;
	margin: 20px;
	height: 200px;
}
.byline {
	background-color: #CCCCCC;
	width: 600px;
	text-align: center;
	float: left;
	margin-top: 5px;
	padding: 5px;
	font-size: x-small;
	clear: both;
}
.byline a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
