body{
	background : White;
	color : Black;
	scrollbar-face-color: #FFC876;
	scrollbar-track-color: White;
	scrollbar-arrow-color: Black;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #FF9900;
	scrollbar-3dlight-color : #FF9900;
	scrollbar-darkshadow-color : #FF9900;
	scrollbar-base-color : #FFC876;
}
body a:link{
	color : Black;
}
body a:active{
	color : #505050;
}
body a:visited{
	color : #505050;
}

h1{
	/*straipsnio antraste*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	text-align : center;
}
h2{
	/*pirmo lygio headingas AKA poskyris*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.15em;
	text-align : left;
	margin-top : 0.4em;
	margin-bottom : 0.3em;
	text-indent : 0em;
}
h3{
	/*pirmo lygio headingas AKA poskyris*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	text-align : left;
	margin-top : 0.4em;
	margin-bottom : 0.3em;
	text-indent : 0em;
}
p{
	text-indent : 2em;
	margin-top : 0em;
}