body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

#menu {
	width: 100%;
	background: #808080;
}

.mtxt {
	font-size: 14px;
	color: #f27500;
	font-weight: bold;
	display: inline;
	padding-left: 30px;
	line-height: 20px;
}

.mltxt, .mltxt a:link, .mltxt a:visited {
	text-decoration: none;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.mltxt a:hover, .mltxt a:active {
	text-decoration: none;
	color: Black;
	background: url(media/hover.gif);
}

.mstxt {
	color: White;
background: url(media/selected.gif);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.stopkatxt {
	color: Silver;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
}

.stopkatxt a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #DFDFDF;
	background: Gray;
}

#lipsum {
	color: Gray;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	width: 600px;
	float:left;
}

#lipsum a:link, #lipsum a:visited, #lipsum a:active{
	color: Black;
	background: transparent;
	text-align: justify;
}

#lipsum a:hover {
	color: Black;
	background: transparent;
	text-decoration: underline;
}

strong {color: #777;}
