p, ul
{
font-family: arial;
text-align: justify;
font-size: 14px;
margin: 6px;
}

p.center
{
font-family: arial;
text-align: center;
font-size: 14px;
}

body
{
background-image: url(brushed.JPG);
background-repeat: repeat;
background-color: rgb(220,220,220);
}

h1, h2, h3, h4, h5, h6 
{
font-family: arial;
text-align: center;
}

table
{
border-width: 0px;
padding: 0px;
}

#rborder
{
background-color: rgb(239,234,211);
border-radius: 10px;
border: solid 2px rgb(100,100,100);
box-shadow: 5px 5px 10px #888888;
}

#rbordernav
{
border-radius: 6px;
border: solid 2px rgb(50,50,50);
text-align: left;
box-shadow: 5px 5px 10px #292929;
text-shadow: 2px 2px 1px #292929;
padding: 2px;
margin: 5px;
}

img.tab
{
width: 100%;
}


img.photo
{
margin: 5px;
border: solid #292929 1px;
border-radius: 5px;
}

a.lighten {
    display: inline-block;
    background: none;
    padding: 0;
}

a.lighten img {
    display: block;
    -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
}

a.lighten:hover img {
	-webkit-filter: brightness(100%); filter: contrast(100%);
}

img.darken{
	border: solid #292929 1px;
	border-radius: 5px;
	margin: 5px;
	-webkit-filter: brightness(70%); filter: contrast(70%);
}