body { 
font-size: large; 
font-family: Verdana,sans-serif;
font-weight: 400;
background-color: #FAFAFA; 
color: #000000; }

p { font-weight: bold; }

div { 
font-size: large; 
font-weight: 700; }

div.index {
display: inline;
width: 12em; 
padding:2px }

div.index a { text-decoration: none; }
div.index a:link { color: #009900; }
div.index a:visited { color: #009900; }
div.index a:hover { color: #003300; background-color:#CCFF99; }
div.index a:active { color: #339900; }

div.lang{ 
text-align: right;
display: inline-block;
border: 2px;
font-weight: 700; 
font-family: "Estrangelo Edessa",serif; 
padding:2px; }

div.lang a { text-decoration: none; }
div.lang a:link { color: #0033CC; }
div.lang a:visited { color:  #0033CC; }
div.lang a:hover { color: #000033; background-color:#DDDDFF; }
div.lang a:active { color: #0066CC; }

ul { list-style-type: square; }
