body
{
    text-align: center;
    color: #F2E45F;
    background-color: #F2E45F;
    margin: 0;
}
a
{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    outline: none;
}
a:hover
{
    underline: none; 
    color: #778899;
}
a:visited
{
    color: #000000;
}
a:visited:hover
{
    color: #778899;
}
p
{
    margin-top: 0;
}
p.title
{
    font-size: 50px;
    text-decoration: underline;
    font-weight: bold;
}
p.main
{
    text-indent: 0.2in;
}
h2.category
{
    text-align: center;
    font-size: 36px;
}
h3.subcat
{
    text-align: center;
}
h3.project
{
    text-align: center;
}
img
{
    border: 0;
}
table
{
    font-size: 12pt;
    text-align: center;
    background-color: #DE0200;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
table.main
{
    text-align: left;
}
td.service
{
    width: 250px;
}
td.item
{
    width: 125px;
}
td.bottom
{
    background-color: #F2EF5F;
}
img
{
    margin: 0;
}
.name
{
    font-weight: bold;
    text-align: left;
}
.info
{
    text-align: left;
}
