body,html {
background:yellow;
margin:0;
padding:0;
}

#fonas {
width:100%;
margin:12px;
background:#FFFF99;
}

.patsVirsus {
color:white;
height:84px;
width:100%;
font-family: "Arial", Georgia, Serif;
font-size:12pt;
padding-top:12px;
padding-left:84px;
background:#82CAFF;
}

.iVirsus {
color:yellow;
font-size:45pt;
}

.centras {
width:84%;
padding-left:12px;
}

.o {
font-family:Helvetica;
font-size:16pt;
}

.o a {
text-decoration:none;
}

.o a:hover {
color:yellow;
text-decoration:underline;
font-size:18pt;
background:green;
}

.apacia {
color:gray;
width:100%;
height:84px;
padding-top:29px;
background:black;
}

.menuArea {
height:26px;
width:100%;
background:#4AA02C;
}

/* MENIU STILIUS */

ul {
margin:0;
padding-left:18px;
}

ul li {
float:left;
list-style-type:none;
display:inline-block;
}

ul li a {
display:block;
float:left;
color:lightgreen;
font-family:Arial,Helvetica,sans-serif;
text-decoration: none;
padding:3px 8px;
}

ul li a:hover {
background:#348017;
color:yellow;
}

li.active {
background:green;
}

li.active a {
color:yellow;
}

/* MENIU STILIUS 2 */

.iMenu {
width:100%;
font-size:12px;
padding-top:14px;
}

#nav ul {
margin:0;
padding-left:22px;
}

#nav ul li {
float:left;
list-style-type:none;
display:inline-block;
}

#nav ul li a {
display:block;
float:left;
color:lightgreen;
font-family:Times New Roman,Helvetica,sans-serif;
text-decoration: none;
padding:0px 4px;
}

#nav ul li a:hover {
color:yellow;
text-decoration:underline;
background:none;
}

#nav li.active {
color:red;
background:green;
}

#nav li.active a {
color:yellow;
}