﻿body /* Internet Explorer */ 
{
    /*background-position-x: center;*/
    background-position: center;
    background-color: Black;
    background-image: url( 'masterImage/backgroundGradient.png' );
    background-repeat: repeat-y;
    font-weight: normal;
    font-size: 12pt;
    color: white;
    font-family: Calibri, Arial;
    text-align: center;
}

body /* Mozilla Firefox */ 
{ 
text-align: -moz-center; 
} 
   
/* Below is Just for the Link Menu */


#linkMenu a:link
{
    padding: 2px;
    border: thin solid #FFFFFF;
    color: #FFFFFF;
    font-size: 9pt;
    text-decoration: none;
    background-color: #FF0000;
}
#linkMenu a:visited 
{
    padding: 2px;
    border: thin solid #FFFFFF;
    COLOR: #FFFFFF;
    font-size: 9pt;
    text-decoration: none;
    background-color: #FF0000;
}
#linkMenu a:hover
{
    padding: 2px;
    border: thin solid #000000;
    color: #000000;
    font-size: 9pt;
    font-style: normal;
    text-decoration: none;
    background-color: #FF0000;
}
#linkMenu a:active 
{
    padding: 2px;
    border: thin solid #01B8B8;
    COLOR: #92F7FB;
    font-size: 9pt;
    text-decoration: none;
    background-color: #FF0000;
}

#secretLink a:link
{
    color: #006666;
    text-decoration: none;
}
#secretLink a:visited 
{
    color: #006666;
    text-decoration: none;
}
#secretLink a:hover
{
    color: #006666;
    text-decoration: none;
}
#secretLink a:active 
{
    color: #006666;
    text-decoration: none;
}

#BioButton a:link
{
    padding: 2px;
    border: thin solid #FFFFFF;
    color: #FFFFFF;
    font-size: 9pt;
    text-decoration: none;
    background-color: #FF0000;
}
#BioButton a:visited 
{
    padding: 2px;
    border: thin solid #FFFFFF;
    COLOR: #FFFFFF;
    font-size: 9pt;
    text-decoration: none;
    background-color: #FF0000;
}
#BioButton a:hover
{
    padding: 2px;
    border: thin solid #000000;
    color: #000000;
    font-size: 9pt;
    font-style: normal;
    text-decoration: none;
    background-color: #FF0000;
}
#BioButton a:active 
{
    padding: 2px;
    border: thin solid #01B8B8;
    COLOR: #92F7FB;
    font-size: 9pt;
    text-decoration: none;
    background-color: #FF0000;
}

