h1, h2, h3, h4, h5, h6
{
   color: yellow;
   text-align: center;
}

body
{
   background-image: url(../images/helps/purple.png);
   font-family: arial, verdana, sans-serif;
   color: #f9e4a1;
}

hr
{
   background: #f00 url(../images/helps/hr.png);/* repeat scroll center;*/
   width: 1020px;
}

a img
{
   border:0;
}

table
{
   width: 800px /*1020px;*/
}

table tr td
{
   vertical-align:top;
}

table tr td table
{
   width: auto;
}

#pages
{
   color: gray;
   width: 800px; /*1020px;*/
   text-align:left;
}

#pages a
{
   text-decoration: none;
   color: #f9e4a1;
}

#pages a:hover
{
   text-decoration: underline;
   color: #f9e4a1;
}

#pages em
{
   font-style:normal;
   color: #f9e4a1;
}

#breadcrumb strong
{
   /*font-style:bold;*/
   color: #f9e4a1;
}

#breadcrumb
{
   color: gray;
   width: 800px; /*1020px;*/
   text-align:left;
   border-bottom:solid;
   border-color: #f9e4a1;
}

#breadcrumb a
{
   text-decoration: none;
   color: #f9e4a1;
}

#breadcrumb a:hover
{
   text-decoration: underline;
   color: #f9e4a1;
}

#introlinks
{
   color: gray;
   width: 800px; /*1020px;*/
   text-align:left;
   /*border-bottom:solid;
   border-color: #f9e4a1;*/
}

#introlinks a
{
   text-decoration: none;
   color: #f9e4a1;
}

#introlinks a:hover
{
   text-decoration: underline;
   color: #f9e4a1;
}

#images table
{
   width: 800px;/*1024;*/
}

#images table tr td
{
   text-align: center;
   vertical-align: middle;
}