body { background-color: #0077FF;
       color: #0077FF;
       padding-top: 25%;
       margin-left: 0px;
       padding-left: 0px;
}

.frame { width: 95%;
         height: 200px;
         position: relative;
         display: table;
}

.left { width: 80%;
        height: 100%;
        background-color: #FFFFFF;
        float: left;
}

.right { width: 200px;
         height: 100%;
         background-color: #FFFFFF;
         float: right;
         text-align: center;
         font-family: tahoma, helvetica, arial, sans-serif;
         font-size: 1em;
         font-weight: bold;
}

a { text-decoration:none;
	color: #0077FF;
}

p {  margin-top: 10em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.w1 { height: 20px; width: 100%; }
.w2 { height: 30px; width: 100%; }
.w3 { height: 10px; width: 100%; }
.w4 { height: 25px; width: 100%; }
.w5 { height: 40px; width: 100%; }
.b1 { height: 20px; width: 100%; background-color: #0077FF; }
.b2 { height: 10px; width: 100%; background-color: #0077FF; }
.b3 { height: 25px; width: 100%; background-color: #0077FF; }
.b4 { height: 15px; width: 100%; background-color: #0077FF; }
