BODY {background: black; color: red}
H1 {font: 14pt Arial bold}
P {font: 10pt Arial ; text-indent: 0.0in ; line-height: 100%}
a:link {background:red;color:white;font-size:15px;padding:8px 12px;border-radius:10px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none}
a:visited {background:red;color:white;font-size:15px;padding:8px 12px;border-radius:10px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none}
a:hover {background:red;color:white;font-size:15px;padding:8px 12px;border-radius:10px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none}
a:active {background:red;color:white;font-size:15px;padding:8px 12px;border-radius:10px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none}

.column {
 float: left;
 width: 30%;
}

.row:after {
 content: "";
 display: table;
 clear: both;
}

@media screen and (max-width: 900px) {
 .column {
 width: 50%;
 }
}

@media screen and (max-width: 600px) {
 .column {
 width: 100%;
 }
}

