@charset "utf-8";


/* General style */

a{
font-family: Georgia;
color: #999999;
font-size: 15px;
line-height: 21px;
text-decoration: none;
cursor: pointer;
}

.asmall{
font-family: Georgia;
color: #999999;
font-size: 13px;
line-height: 19px;
text-decoration: none;
cursor: pointer;
}

.sub{
font-family: Georgia;
font-style: italic;
color: #CC6633;
font-size: 13px;
text-decoration: none;
}

/* Submenys for toggling */

#submeny1{
display: none;
}

#submeny2{
display: none;
}

#submeny3{
display: none;
}

