@charset "UTF-8";
/* CSS Document */

body{
font-family: Futura;
font-size: 16pt;
font-style: bold;
color: #000000;
line-height: 120%;
background-color: #898989;
background-position: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
}

body.white{
background-color: #ffffff;
}

body.brown{
background-color: #50321e;
}


div.floating-menu{
position:fixed;
border:0px;
z-index:100;
}

p {
margin: 30px;
}

p.center
{
text-align: center;
}

p.left
{
text-align: left-aligned;
}


p.title
{
position:fixed;
left: 40px;
}

p.caption
{
position:fixed;
right: 40px;
}


u{
text-decoration:underline;
}

i {
font-style: italic
}

img.white
{
border-style:solid;
border-width:1px;
}

txt
{
position:absolute;
left:20px;
top:20px;
z-index:5;
}

em {color: #ffffff; background-color:#000000}
em2 {color: #000000; background-color:#ffffff}




a.txt:link {color: #000000; text-decoration: none}
a.txt:visited {color: #000000;text-decoration: none}
a.txt:hover {color: #000000;text-decoration: none}
a.txt:active {color: #000000;text-decoration: none}


a.img:link {color: #ffffff; text-decoration: none}
a.img:visited {color: #ffffff; text-decoration: none}
a.img:hover {color: #ffffff; text-decoration: none}
a.img:active {color: #ffffff;text-decoration: none}
