body {
width : 90%;
margin-left : auto;
margin-right : auto;
border : 1px solid #c4395e;
padding : 5px;
font-family : arial, verdana;
font-size : 0.8em;
color : #1716a7;
}
#title {
padding : 5px;
background-image : url('images/logo.gif');
background-repeat : no-repeat;
}
#bar {
background-color : #f9f9f9;
border-bottom : 1px solid #c4395e;
}
#menu {
float : left;
width : 11%;
}
#content {
margin-left : 13%;
padding-left : 2%;
border-left : 1px solid #c4395e;
}
#bottom {
padding-top : 1%;
}
#sitael {
clear : left;
border-top : 1px solid #c4395e;
padding-top : 2%;
font-size : 0.8em;
}
.barr {
font-family : verdana;
font-size : 0.7em;
color : #c4395e;
margin : 6px;
padding : 6px;
}
.line {
margin : 10px;
}
.link {
text-align : justify;
width : 75%;
}
h1 {
text-indent : -5000px;
}
h2 {
font-size : 1.3em;
color : #1f0971;
}
h3 {
font-size : 1.1em;
}
ul#navig {
margin : 0;
padding : 0;
font : bold 0.9em Verdana, Arial, Helvetica, "sans-serif small";
list-style-type : none;
}
#navig a {
display : block;
margin : 6px 0;
color : #3366ff;
text-decoration : none;
line-height : 19px;
width : 95px;
border : 1px solid blue;
background : white;
text-align : center;
border-width : 1px 2px 2px 1px;
border-color : gray silver silver gray;
border-style : solid;
}
#navig a:hover, #navig a:focus {
border-width : 2px 1px 1px 2px;
border-color : silver gray gray silver;
}
a:link {
color : rgb(0, 0, 102);
text-decoration : none;
}
a:visited {
color : rgb(153, 102, 153);
}
a:active {
color : rgb(153, 0, 255);
}
a:hover {
color : gray;
}
