/* CSS Document */

body
{
    margin-left:0;
    margin-right:0;
    margin-top:0;
    background-color:#000000;
    color:#FFF;
    font-family: "futura light", arial,"sans serif";
    font-size:medium;
    font-weight:normal;

}

h1
{
    font-size:x-large;
    font-weight:bold;
    color:#0C8E72;
}
  
h2
{
    font-size:large;
    font-weight:bold;
    color:#0C8E72;
}

h3
{
    font-size:medium;
    font-weight:bold;
    color:#0C8E72;
    margin-bottom:0;
}

h4
{
    font-size:small;
    font-weight:bold;
    color:#0C8E72;
}

A:link {color:#a5efe0}
A:visited {color: #EEE} 
A:active {color: #208190} 
A:hover {color: #4eabb9}

.nav
{
    text-align:center;
    vertical-align:top;
    font-size:small;
    color;#108e72;
    width:200px;
}
.nav a:link {color:#108e72}
.nav a:visited {color: #108e72} 
.nav a:active {color: #108e72} 
.nav a:hover {color: #108e72}

.nav strong
{
    font-weight:bold;
    color:#43cdae;
}


.layout
{
    vertical-align:top;
    text-align:left;
}

.content
{
    padding:30px 20% 10px 30px;
    text-align:left;
    vertical-align:top;
    color:#FFFFFF;
    
}

.payment {
    width:250px;
    margin-left:100px;
}





