/* Eesti rahvanlajandid CSS 0.2 */

a {
	text-decoration: none;
}

a:hover {
	background-color: #f8fbeb;
	color: #a55a41;
	font-style: italic;
}

body {
	background-attachment: fixed;
	font-family: "Times New Roman", serif;
}

h1, h2 {
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}

p {
	font-size: 16px;
	margin-left: 40px;
	margin-right: 40px;
}

p.list {
	margin-bottom: 0px;
	margin-top: 0;
	text-align: justify;
	text-indent: 40px;
}

p.normal {
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
	text-indent: 40px;
}

p.pealk {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
	text-indent: 40px;
}

p.text {
	margin-top: 0px;
	text-align: justify;
	text-indent: 40px;
}

