/* CSS-Author Holger Porsch 092008 */

a:link      {text-decoration: none; color: grey;}
a:active    {text-decoration: none; color: red;}
a:visited   {text-decoration: none; color: grey;}
a:hover     {text-decoration: none; color: red;}

body {
    width:100%, height:100%; margin:0; padding:0;
    color:#000; font-family:verdana,arial,Sans-Serif; font-size:1em;
    background:#fff;
}
#indexcontainer {
    position:absolute; top:20%; left:20%; width:60%;
}
.indextop{
    margin-top:2%;
    text-align:center; font-weight:bold;
}
.indexcenter{
    margin-top:2%;
    text-align:center; font-size: 0.9em; font-weight: bold;
}
.capital {
        color: red;
}