a
{
color: green;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

hr
{
border-style: dashed;
/*border-color: #deb887;*/
border-color: orange;
border-width: 1px;
width: 80%;
}

table
{
margin-left: auto;
margin-right: auto;
}

.bordered
{
border-style: solid;
border-width: 7px;
}

.unbordered
{
border-style: none;
}

.gallery
{
margin-left: auto;
margin-right: auto;
}

.thumb
{
text-align: center;
font-size: small;
background-color: #ffeedd;
border-color: #99ff99;
border-style: solid;
border-width: 1px;
padding: 7px;
}

.thumb:hover
{
border-color: green;
}

#pageheader
{
width: 70%;
}

#pagecontent
{
width: 75%;
margin-left: auto;
margin-right: auto;
}

.menu
{
margin-left: auto;
margin-right: auto;
text-align: center;
width: 75%;
}

.ad
{
margin-left: auto;
margin-right: auto;
text-align: center;
}

#pagefooter
{
}


