/** kopeejaas lietas visaam lapaam **/
html {
	font-size: 100%;
}

body {
	font-family:	Tahoma, sans-serif;
}

/** elementi **/
.b {
	font-weight:	bold;
}

a {
	color:				#184ca2;
	text-decoration:	none;
}

a:hover,
a:hover span {
	text-decoration: underline;
}

a img {
	border: 0;
}

p,
blockquote,
form,
input,
ul {
	margin: 0;
	padding: 0;
}

input {
	color: #4F4F4F;
}

h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
}

h1 {font-size:2.4em} /* 24px */
h2 {font-size:1.8em} /* 18px */
h3 {font-size:1.5em} /* 15px */
h4 {font-size:1.2em} /* 12px */

