body
{
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Calibri',georgia,times,serif;
    color: #000000;
    text-align: justify; 
    background-image: url("images/upfeathers.png");
}

td
{
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Calibri',georgia,times,serif;
    color: #000000;
    text-align: justify; 
}

h1, h2, h3, h4, h5
{
    padding-top: 0.2em;
    padding-bottom: 0.05em;
    font-family: 'Calibri',georgia,times,serif;
}

.header
{
    color: white;
    background: rgb(204, 0, 0);
}

.content
{
    background-color: white;
    margin: auto;
    background-image: url("images/fabric.png");
}

div#hmenu
{ 
   margin: 0 auto; 
   padding: .3em 0 .3em 0; 
   background: rgb(153, 51, 51); 
   width: 100%; 
   text-align: auto;
} 

div#hmenu ul
{ 
   list-style: none; 
   margin: 0; 
   padding: 0; 
} 

div#hmenu ul li 
{ 
   margin: 0; 
   padding: 0; 
   display: inline; 
} 

div#hmenu ul a:link
{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: white; 
} 

div#hmenu ul a:visited
{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: white; 
} 

div#hmenu ul a:active
{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: white; 
} 

div#hmenu ul a:hover
{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: white; 
   background-color: black; 
}

div#footer
{
    background-color: rgb(153, 51, 51);
    width: 100%;
	margin: 0 auto;
	color: white;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	padding: 15px 15px 35px 15px;
}

div#footer a:link
{
	color: red;
	text-decoration: underlined;
} 

div#footer a:hover
{ 
	color: white; 
	text-decoration: underlined;
} 

.center
{
    text-align: center;
}

a:link, a:visited, a:active, a:hover
{
    color: red;
    text-decoration: underlined;
}

