/* Biblograafia CSS  R1*/

a img {
	background-color : transparent;
	color : #ffffff;
	margin-top : 8px;
}

a:link img, a:visited img {
	border-style : none;
}

a:link, a:visited {
	background-color : transparent;
	color : #808080;
	text-decoration : none;
}

a:hover {
	background-color : #0000ff;
	color : #80ffff;
	font-style : italic;
	text-decoration : none;
}

a:active {
	background-color : transparent;
	color : #ff0000;
}

body {
	background-color : #ffffff;
	color : #000000;
}

div.peal {
	font-size : 32px;
	margin-top : 80px;
	text-align : center;
}

div.right {
	background-color : transparent;
	color : #808080;
	margin-top : 50px;
	padding-right : 5px;
	text-align : right;
}

div.sisu {
	font-size : 24px;
	margin-top : 17px;
	text-align : center;
}

div.speal {
	font-size : 32px;
	margin-bottom : 25px;
	margin-top : 50px;
	text-align : center;
}

p {
	margin-left : 40px;
	margin-right : 40px;
}

p.peal {
	font-size : 27px;
	margin-top : 10px;
}

.allcaps {
	display : inline;
	text-transform : capitalize;
}

.bold {
	display : inline;
	font-weight : bold;
}

.italic {
	display : inline;
	font-style : italic;
}

.Normal {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	margin-bottom : 10px;
	margin-top : 5px;
	text-indent : 40px;
}

.saate{
	font-size : 27px;
	text-align : center;
}

.smallcaps {
	display : inline;
	font-variant : small-caps;
}

.subscript {
	display : inline;
	vertical-align : sub;
}

.superscript {
	display : inline;
	vertical-align : super;
}

