body {

background-color: #2B2E36;
margin: 0px;
padding: 0px;
text-align: center;
}

#lay { margin:20px auto; }

table {

font-family: trebuchet ms;
font-size: 13px;
color: #272D33;
text-align: justify;
line-height: 2.5;
letter-spacing: 1px;
cursor: default;

}


h1{
font-family:arial;
color: #B1B1B1;
font-size: 13px;
font-weight: bold;
text-align: center;
line-height: 2;
letter-spacing: 12px;
margin: 0px;
padding: 0px;

}


h2{
font-family:georgia;
color: #5B626F;
font-size: 15px;
font-weight: bold;
text-align: center;
line-height: 2;
letter-spacing: 3px;
margin: 0px;
padding: 0px;

}

h3{
font-family:arial;
font-size: 30px;
color: #9B9B9C;
font-weight: bold;
text-align: center;
line-height: 1.0;
letter-spacing: 30px;
margin: 0px;
padding: 0px;

}

h4{
font-family:georgia;
font-size: 13px;
color: #5B626F;
font-weight: bold;
text-align: left;
line-height: 2;
letter-spacing: 2px;
margin: 0px;
padding: 0px;
text-indent: 50px;

}

h5{
font-family:arial;
font-size: 11px;
color: #A8A8A8;
font-weight: bold;
text-align: left;
line-height: 2;
letter-spacing: 2px;
text-indent: 50px;


}

A:link, A:visited, A:active{
font-family: Trebuchet MS, Tahoma;
font-size: 12px;
line-height: 2.5;
letter-spacing: 1px;
cursor: default;
text-decoration:  none;
color: #727B8B;
font-weight: bold;


}

A:hover{
cursor: default;
text-decoration: none; 
font-family: Trebuchet MS, Tahoma; 
font-size: 12px;
color: #BBB3A8;
line-height: 2.5;
letter-spacing: 1px;
font-weight: bold;
border-bottom: 0px solid;

}