
root {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;


    text-align: center;
}

body{
    background-color: #d8d8d8;
}

a{
  color:blue;
  font-size: 12px;
  
}

table {

    font-size: 12px;
    
    background-color: #ffffff;
    color: black;
    border-color:gray;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: navy;
    border-left-color: navy;
    border-right-color: navy;
  border-bottom-color: navy;
}

th{
    font-size: 14px;
    font-weight: bold;

    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    background-color: #0000dd;
    color:white;
}

td{

}



input{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;

}

.content{

  width: 600px;
  position: relative;
  text-align: center;
  top: 20px;
  /*left: 38%;*/
  background-color: #ffffff;
}

.spf_content
{
  width: 100%;
}

.nodecoration{

  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  

}

.primary_dns_server{
  
  background-color: #ff0033;
  color: #ffffff;
}
