/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #7dd8f5 url(../images/background.jpg) top left repeat-x;
}

.portrait
{
margin: 0px auto;
width: 400px;
background: #fff;
}

.landscape
{
margin: 0px auto;
width: 550px;
background: #fff;
}

.panorama
{
margin: 0px auto;
width: 700px;
background: #fff;
}

p
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: center;
line-height: 1.3em;
padding: 0px 5px 0px 5px;
}

h1
{
clear: left;
font: 13px Arial, Helvetica, sans-serif;
text-align: justify;
line-height: 1.3em;
padding: 0px 5px 0px 5px;
}

.footerlogo
{
float: left;
width: 88px;
height: 102px;
background: #fff url(../images/footerlogo.jpg) no-repeat center;
}

/* standard link */
.body a:link 
{
color: #00A4E2;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #00A4E2;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{ 
background: #FAE2F1;
}

/* information link */
.inf a:link 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}

.inf a:visited 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}

.inf a:hover 
{ 
background: #dedede;
cursor: help;
}