/* CSS for web: WordPressCE                */
/* Author: pet73, e-mail: pet73@centrum.cz */
/* Update: 17.12.2003                      */

body {
	background: white;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 10px;
	width: 355px;
}

h1 {
  font-weight: normal;
  font-size: 30px;
  background-color: #036;
  padding: 0 0 0 5px;
  color: #fff;
}

h2 {
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #000;
  margin: 20px 0 5px 0;
}

a:link {
	text-decoration:;
	color: #036;
	background:;
}
a:hover {
	text-decoration:;
	color: #036;
	background:;
}
a:visited {
	text-decoration:;
	color: #036;
	background:;
}