* {
margin: 0;
padding: 0
}

body {
max-width: 1200px;
margin: 0 auto;
font-family: arial, helvetica, serif;
color: .0e0e0e;
background: #202020;
background-image: url(images/clouds.gif);
}




div.main {
width: 100%;

float: left;

}



footer {
width: 100%;
background: #70708f;

float: left;
}


footer p {
font-size: 16px;
text-align: center;
color: #ffffff;
padding: 1% 0
}
footer p a {
color: #ffffff;
}

 div.plain {
width: 80%;
margin: 1% 10%;
padding: 2% 2%;
background: #dfdfdf;
border-radius: 20px;
box-shadow: 5px 5px 10px .000000
}

.main  h1 { 
font-style: normal; 
font-size: 24px; 
text-align: center;
color:#fefefe 
 }



.main  h2 { 
font-style: normal; 
font-size: 22px; 
color: #ff0000;
text-align: center; 
 }



.main p {
font-size: 16px; 
text-align: left;
padding: 2% 10%
}




.main a , .plain a{ 
text-decoration: none; 
font-weight: 550 }

.plain a:hover  { 
color: #ff3300 ; 
text-decoration: underline; 
}






.red { 
color: #ff0000;
background-color: transparent}

.centerzero {
text-align: center;
text-indent: 0px;

 }




