body {
  	background-color:#f0f0f0;
  	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
  	font-size: 0.8em;
	text-decoration:none;
 	line-height: 1.6;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
}

a:visited {
	color: #330000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

.smallhead {
	margin-top:40px;
	font-size:80%;
	padding:0.5em;
}

.kopkristiina {
	color:#CCCCCC;
	font-size:48px;
	font-weight:bold;
	margin-left:120px;
	text-decoration:none;
}

#nav {
	position:absolute;
	padding:0;
	margin:0;
	left:5px;
	border:0px solid red;
	width:160px;
	float:left;
}

#content {
	margin-left:170px;
	padding:0;
	width:810px;
	border:0px dotted blue;
}

#contenttext {
	margin-left:170px;
	padding:0;
	width:750px;
	border:0px dotted blue;
}

.smalltxt {
	font-size:0.9em;
	line-height:1.3;
}
	
h1 {
	font-size:230%;
	margin-bottom:0;
 	line-height: 1;
}
	
p {
  line-height: 1.5em;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 160px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
/*  background: #333;*/
  font-weight:bold;
	color: #330000;
  padding: 0.5em;
}

ul.menu li a:hover {
  /*background: #000;*/
  	color: #999999;
}

ul.menu li ul li a {
  font-weight:normal;
 /* background: #ccc;
  padding-left: 15px;*/
	color: #330000;
}

ul.menu li ul li a:hover {
/*  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;*/
  	color: #999999;
}

