/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #CCC;
}

.portrait
{
margin: 0px auto;
width: 400px;
padding-bottom: 1px;
background: #fff;
}

.landscape
{
margin: 0px auto;
width: 550px;
padding-bottom: 1px;
background: #fff;
}


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

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


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

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

.body a:hover 
{
color: #FFF;
background: #CC3300;
border-bottom: 1px solid #CC3300;
}
