/**
* stylesheet for domaintrader.EARTH
*/


.paper 
{
    background-image: url('paper-128x95.jpg');
    background-repeat: repeat;
    background-size: 100%;
}

.body 
{
  background-image: url("earthglobe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.mail 
{
    color: indigo; 
}


.note
{ 
    font-family: Arial, Helvetica, sans-serif; font-size: 5pt; font-style: normal; font-weight: bold; 
    color: lightslategray; 
    text-align: center;
    padding: 10px;
}

.info
{ 
    font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: bold; font-weight: bold; 
    color: midnightblue; 
}

.haze
{
    font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: bold; font-weight: bold; 
    color: dimgray; 
}

.description
{ 
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: bold; font-weight: bold; 
    color: gainsboro; 
    text-align: center;
}

.table 
{
  margin-left:auto; 
  margin-right:auto;
}


