#red{background-color:red}
#yellow{background-color:yellow}
#green{background-color:green}
#blue{background-color:blue}
#orange{background-color:orange}
#purple{background-color:purple}
#grey{background-color:grey}
#hotpink{background-color:hotpink}
#pink{background-color:pink}
#turquoise{background-color:turquoise}
.box{width:50px; height: 50px; float: left; background-color:white; border:black 2px solid;}
.bigbox{clear:both}