body {
    color: white;
    font-family: "Trebuchet MS";
    font-size: 13px;
}

A {
    color: white;
}

A:link {
    color: white;
}

A:hover {
    color: #00FF82;
}

h2 {
   font-weight: normal;
}

h3 {
     font-family: Arial;
}
li {
       margin-bottom: 14px;
      background-image: url(/templates/kaunoleles/images/arrow_desinen_white.gif);
     background-repeat: no-repeat;
        padding-left: 15px;
       background-position: 0px 5px;
      list-style: none;
}
					  

.menu {
    background-color: #00923f;
    width: 150px;

    margin-right: 10px;
    margin-bottom: 10px;
    
    padding-bottom: 4px;
    padding-top: 4px;

    padding-right: 4px;
    
    height: 26px;
}

.white {
    color: white;
    font-size: 20px;
}

#page {
   background-color: #44916c;
   margin-left: 15px;
   padding: 10px;
   width: 752px;
}
