/* Remove underline from text links */
A:link { text-decoration: none; color: blue;}
A:visited { text-decoration: none; color: blue;}
A:active { text-decoration: none; color: blue;}
A:hover { text-decoration: none; color: red; }

body.page
{
background-image: url('img/background.jpg')
}

table
{
background-color: #ffffff;
border-style: solid;
text-align: left;
width: 830px;
margin-left: auto;
margin-right: auto;
}

img
{
border: none;
}

img.bordered
{
border-style: solid;

}

h3
{
font-family: arial;
font-size: 12pt;
}

h3.padded
{
font-family: arial;
font-size: 12pt;
padding-left: 20px;
padding-right: 20px
}

h3.menu
{
font-family: arial;
font-size: 16pt;
text-align: center;
}

h2
{
font-family: arial;
font-size: 16pt;
}


h1
{
font-family: century gothic, arial;
font-size: 30pt;
text-align: center;
}

h1.link
{
font-family: century gothic, arial;
font-size: 16pt;
padding-left: 20px;
text-align: center;
}

h1.llink
{
font-family: century gothic, arial;
font-size: 16pt;
padding-left: 20px;
float: left;
}

h1.rlink
{
font-family: century gothic, arial;
font-size: 16pt;
padding-right: 20px;
float: right;
}
