@charset "UTF-8";
/* CSS Document */

#letter {width:250px; height:250px; margin-right:5px; margin-bottom:5px; float:left;}

#bit {width:50px; height:50px; float:left; background:#333333}
#bit.pink {width:50px; height:50px; float:left; background:#824B8E}
#bit:hover {background:#286605; cursor:pointer;}

#bit_white {width:50px; height:50px; float:left; background:#FFFFFF}

#soon {width:100%; clear:both; height:30px; font-size:18px; font-family:Helvetica, sans-serif; color:#333333; text-align:center; padding-top:100px;}

A:link {text-decoration: none; color:#333333}
A:visited {text-decoration: none; color:#333333}
A:active { color:#286605}
A:hover {color: #286605;}