/*
This CSS file written by Erik Woods Web Design
http://erikwoods.com
*/



body
{
background-image: url("metalBack.jpg");
background-attachment: fixed;
background-position: 0px 100%;;
padding-right: 10px;
margin-left: 68px;
margin-top: 7px;
margin-right: 100px;
margin-bottom: 32px;
font-family: 'times new roman','serif';
font-size: 12px;
font-weight: 900;
color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #DEC09E;
scrollbar-arrow-color: #DEC09E;
scrollbar-track-color: #000000;
}

h3
{
background-color: #534E48;
width: 125px;
font-weight: bold;
font-variant: small-caps;
font-size: 16px;
text-align: center;
font-family: 'times new roman','sans-serif';
color: #DEC09E;
}

h4
{
background-color: #534E48;
width: 100px;
font-weight: bold;
font-variant: small-caps;
font-size: 14px;
text-align: center;
font-family: 'times new roman','sans-serif';
color: #DEC09E;
margin-left: 30px;
}

a:link
{
color: #000000;
font-variant: small-caps;
}

a:visited
{
color: #000000;
text-decoration: underline;
}

a:hover
{
color: #DEC09E;
font-variant: small-caps;
background-color: #534E48;
}

a:active
{
color: #000000;
font-variant: small-caps;
text-decoration: none;
}