/* CSS Document */

body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
margin-top:5px;
}

p{
margin:10px;
color:#666666;
font-size:11px;
}

.senka{
background:url(images/senka-dole.jpg) repeat-x bottom;
}

.dots-vert{
background:url(images/dot-vert.jpg) repeat-y right;
}

.dots{
background:url(images/dot.jpg) repeat-x bottom;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#860e06;
margin:10px;
}

/* link */
a:link {
	color: #860e06;
	text-decoration: none;
	border-bottom:none;
}
a:visited {
	color: #860e06;
	text-decoration: none;
	border-bottom:none;
}
a:hover {
	color: #860e06;
	text-decoration: underline;
	border-bottom:none;
}
a:active {
	color: #860e06;
	text-decoration: none;
	border-bottom:none;
}

.line{
background:url(images/H-line.jpg) bottom no-repeat right;
}

.brdr{
border:1px solid #cccccc;
padding:5px;
color:#FFFFFF;
}
