a { text-decoration: none; color:#b95933; }
a:visited { text-decoration: none; color:#b95933; }
a:hover {text-decoration: underline; }

body {font-size: 10pt; 
             font-family: verdana, arial, sans-serif;}

img {border: 0px;}

/*--------------*/

body#main { background-color: #c6d5ae;}


div#supersquare { position: absolute;
                  left: 25%;
		  top: 5%;
		  width: 700px; }

div.square { float:left;
        margin-right: 20px;
        width:100px; height:120px;
	color:#91a9c6; }

div.squareWithText { float:left;
        margin-right: 20px;
        width:100px; height:120px;
	color:#91a9c6; }
	
div.img { border:1px solid #39452f; 
        width:100px; height:100px;
        }

