body 
{
background-color: #0000FF;
}

a img
{
	border: none;
}
:link 
{ 
color: #FFCC00;
border: 0px none; 
}

:visited 
{
color: #FFCC00;
border: 0px none; 
}

:active 
{ 
color: #FFCC00;
border: 0px none;
}

/* Table Background settings */

table.c11 
{
color:#FFCC00;
margin-bottom: 0;
margin-top: 0;
padding: 0;
border-collapse: collapse;
color: white;
border: solid #FFFFFF;
align:center;
vertical-align:middle;

}

table.c12
{
text-align:center;
background-color:White;
margin-bottom: 0;
margin-top: 0;
margin-left: 75px;
padding: 0;
color: black;
border: solid black;
border-collapse: collapse;
rules:rows;
align:center;
}
td.c12 { border:inset 3pt; }
td.c13 {border:inset 1pt black; text-align:left;}
td.c14 {border:inset 1pt black;}

/* Hover Button Section */ 
 
div#buttonA 
{
text-align: center;

}


div#buttonA ul 
{
    margin: 0px;
    margin-left: 25px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li
 {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 20px;
    text-align:center;
    
}

div#buttonA li a 
{
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}

div#buttonA li a:link 
{
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
    border-style: outset;
}

div#buttonA li a:visited 
{
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
    border-style: outset;
}

div#buttonA li a:hover 
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F3190D;
    border-style: outset;
}

/*Bigger Hover Button */

div#buttonB 
{
text-align: center;

}

div#buttonB ul 
{
    margin: 0px;
    margin-left:300px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonB li
 {
    list-style-type: none;
    height: 30px;
    width: 220px;
    margin: 20px;
    text-align:center;
}

div#buttonB li a 
{
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}

div#buttonB li a:link 
{
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
    border-style: outset;
}

div#buttonB li a:visited 
{
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
    border-style: outset;
}

div#buttonB li a:hover 
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #F3190D;
    border-style: outset;
}


div#buttonB li a:active 
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
}