body {
 background: #C0C0C0;
 color: #fff; }
 
a {
 color: #aaa;
 font-weight: 700; }
 
a:visited {
 font-weight: 0;
 color: #999; }
 
input {
 border: 1px solid #aaa;
 background: #555;
 color: #ccc; }
 
.header { 
 display: block;
 color: #fff;
 font-size: 2.3em;
 text-align: center;
 width: 100%; }
 
.box {
 display: block;
 border: 3px solid #fff;
 background: #888;
 color: #fff;
 text-align: center; }


.box2 {
 display: block;
 border: 5px solid #000;
 background: #888;
 color: #fff;
 text-align: center; }

.box3 { 
display: block;
 border: 5px solid
#FF0000;
background: #888; 
color: #fff;
text-align: center; }

.footer {
 display: block;
 color: #333;
 font-size: 0.9em;
 text-align: center;
 width: 100%; }
 
.bg1 {
 background:  #676767;
 display: block;
 width: 100%;
 text-align: center;
 text-indent: 10px; }
 
.bg2 { 
background: #D2D2D2;
 color: #666;
 display: block;
 width: 100%;
 text-align: center;
 text-indent: 10px; } 

 
.VG34BLACK { 
background: #000000;
 color: #00ffff;
 display: block;
 width: 100%;
 text-align: center;
 text-indent: 14px; }
 
.VG34RED { 
background: #FF0000;
 color: #00FF00;
 display: block;
 width: 100%;
 text-align: center;
 text-indent: 14px; }
 
.VG34BLUE { 
background: #4169E1;
 color: #FFA500;
 display: block;
 width: 100%;
 text-align: center;
 text-indent: 14px; }
 
.VG34ORANGE { 
background: #FFA500;
 color: #FF0000;
 display: block;
 width: 100%;
 text-align: center;
 text-indent: 14px; }

.alternative_text
{
    margin: 4px 0;
    background: #0757a0;
    color: #f7f7f9;
    font-weight: bold;
    padding: 2px;
} 