body {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 background-color: #000000;
}
div {
 margin: 0;
 padding: 0;
 border: 0;
 box-sizing: border-box;
}
img {
 max-width: 100%; 
 height: auto;
 border: 0; 
}
div.main {
 width: 1000px;
 max-width: 100%;
}
h1 {
 font-family: "Times New Roman", "Times Roman", Times;
 color: #5555ff; 
 text-align: left; 
 font-size: 40pt;
}
h2 {
 font-family: "Times New Roman", "Times Roman", Times;
 color: #5555ff; 
 text-align: left; 
 font-size: 30pt;
 margin-bottom: 0;
}
p {
 margin: 0 0 12pt 0;
 font-family: "Times New Roman", "Times Roman", Times;
 color: #ffffff;
 font-size: 18pt;
 text-align: justify;
}
a.blk:link, a.blk:visited, a.blk:active { 
 display: inline-block;
 margin-top: 12pt;
 color: #ffffff;
 background-color: #6060ff;
 text-decoration: none;
 font-size: 32pt;
 font-style: italic;
 padding: 10px 45px;
 border-radius: 25px;
 box-shadow: 0 0 0 #ffffff;
}
a.blk:hover { 
 box-shadow: 0 0 20px #ffffff;
}
br.cl {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
