html, body {
height:100%;
}
body
{
background: url('../_gfx/background-midsized.jpg') no-repeat; background-position: 0% 0%;
background-attachment:fixed;
background-size:100% 100%;
font-family: Arial;
color: #000055;
}
img
{
border: 2px solid #c7c71c;
}
h1
{
font-size: 22;
padding-bottom: 0px;
}
h2
{
font-size: 18;
font-weight: normal;
}
td
{
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.caton
{
color: #FFFFFF;
text-align: center;
font-weight: bold;
}
.navon
{
color: #FFFFFF;
text-align: center;
font-weight: bold;
}
a:link
{
color: #FFFFFF;
text-decoration: none;
}
a:visited
{
color: #FFFFFF;
text-decoration: none;
}
a:hover
{
color: #FFFFFF;
text-decoration: underline;
}
a:active
{
color: #FFFFFF;
text-decoration: none;
}