
<!--
.container {
        width: 490px;
        padding: 15px;
        margin: 3px 10px 20px 5px;
        border: 1px solid #ccc;
        background: #fff;
	
}

/* square */

#navSquare {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
	
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #000;
        background: url(img/square.gif) no-repeat bottom center;
}
-->

      
                <!--
/* code for presentation purpose (CSS preview) */
body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #eeeeee;
	margin: 4px 20px
}
h1 {
        font-size: 100%;
        color: #999;
        margin: 0;
	
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}
table {
        font-size: 100%;
        margin: 0;
	
}
                -->
            