body {
background-color: #CCFFFF;
text-align: center;
font-family: arial,sans-serif;
margin-left: 5%;
margin-right: 5%
}

table {
background-color: #CCFFFF;
text-align: center;
font-family: arial,sans-serif
}

h1 {
font-size: 200%
}

.table {
font-size: 14;
text-align: center;
table-layout: automatic
}

.bad {
color: #FF0000
}

.top {
color: #FF00FF
}

.floatleft {
float:left;
border:1px;
width:120px;
margin:0px 0px 15px 20px;
padding:15px
}

.floatright {
float:right
}

<!--
margin:top right bottom left
-->