body {
  text-align: justify;
  font-family: Verdana, sans-serif;
  list-style-type: none;
}

a:link {color: #086B80; text-decoration: none;}
a:visited {color: #676767; text-decoration: none;}
a:hover {color: #000000; font-weight: bold; text-decoration: none;}
a:focus {color: #000000; font-weight: bold; text-decoration: none;}
a:active {color: #000000; font-weight: bold; text-decoration: none;}

#frame {
  width: 1250px;
  text-align:left;
  background: #FFFFFF;
}

#top {
  float: left;
  width: 1250px;
  height: 10px;
  background-image: url(dots.jpg);
  padding: 5px;
  margin: 0px;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

#bottom {
  float: left;
  width: 1250px;
  background-image: url(grey.jpg);
  padding: 5px;
  margin: 0px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: #404040;
}

#ylamenu {
  float: left;
  width: 1250px;
  background-image: url(grey.jpg);
  padding: 5px;
  margin: 0px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#vali {
  float: left;
  width: 1250px;
  background: #FFFFFF;
}

#tyhja {
  float: left;
  width: 1250px;
  height: 50px;
  background: #FFFFFF;
}

#banner {
  float: left;
  width: 1250px;
  background: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  padding: 15px;
}

#main {
  float: left;
  width: 640px;
  background: #FFFFFF;
  border-left: 1px dotted #676767;
  border-right: 1px dotted #676767;
  padding: 20px;
  margin:5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

#leftcontent {
  float: left;
  width: 230px;
  background: #FFFFFF;
  padding: 15px;
  margin: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

#rightcontent {
  float: left;
  width: 230px;
  background: #FFFFFF;
  padding: 15px;
  margin: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px; 
}

#leftcontent a {
  font-size: 12px;
  line-height: 2;
}

#rightcontent p {
  font-size: 10px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
}

h2 {
  font-size: 12px;
  font-weight: bold;
}

smallfont {
  font-size: 10px;
}

ul {
  list-style-type: none;
}