* { margin: 0px; padding: 0px; }

BODY {
	background: url("images/background.png") repeat-x scroll center top transparent;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

A:visited.yellow {
	color: yellow;
	text-decoration:none
}

A:link.yellow {
	color: yellow;
	text-decoration:none
}

A:hover.yellow {
	color: white;
	text-decoration:none
}

P {
	font-size: 0.85em;
	color: blue; 
	text-align: justify;
	margin-bottom: 8px;	
}

H1 { 
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #FF4500;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}


#container {
	/*background-color: white;*/ 
	background: url("images/container-background.png") repeat-y scroll center top transparent;
	background-color: red;
	width: 1000px;
	margin: 0 auto;
	/*margin-top: 5px;*/
	margin-bottom: 3px;
	padding: 0 auto;
	text-align: left;
}

#footer-panel { 
	/*height: 40px; */
	background: none repeat scroll 0% 0% red; /*#2E8B57;/*rgb(221, 221, 0); */
	text-align: center; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: yellow;
	font-size: 0.9em;	
	font-weight:bold;
}

#menu-panel {
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin-top: 2px;*/
	text-align: center;
	background-color: red;
	color: yellow;
	font-weight:bold;
}

.text {
	padding-left: 35px;
	padding-right: 35px;
}

.vopros, .mark {
	padding-left: 35px;
	padding-right: 35px;
	color: blue;
	font-size: 1.4em;	
	font-weight:bold;
}

.mark {
	color: green;
	padding-bottom: 10px;
}

INPUT.kn {
	background-color: green;
	color: white;
	padding: 5px;
	margin-top: 10px;
	font-size: 0.8em;	
	font-weight:bold;	
}

IMG.cat {
	margin-left: 35px;
	margin-right: 35px;	
}