html,body{margin:0px;width:100%;height:100%;}

.textCenter{text-align: center;}
.textShadow{color: #656565;text-shadow: 0 0px, 1px 1px #FFFFFF;}
.textBold{font-weight: bold;}
.bgRed{background-color: red}
.bgGreen{background-color: lightgreen}
.bgGray{background-color: lightgray}
.borderRadius{border-radius: 4px;}
.clearFloat{clear: both;}