body{ 
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 13pt;
      }

a{
   font-weight: bold;

   }

a:link{
        color: black;
        text-decoration: none;
        }

a:hover{
         color: black;
         text-decoration: none;
         }

a:visited{
           color: black;
           text-decoration: none;
           }

a:active{
          text-decoration: none;

          }

img{
     margin-bottom: 2px;
     border-width: 0px
     }

div.container{
               width: 600px;
               margin-left: auto;
               margin-right: auto;
               }

.item{
          margin-top: 5px;
          margin-bottom: 10px;
          width: auto;
          padding-bottom: 20px
          border: 1px solid #0000FF;
          }

.design{
         margin-right: 5px;
         float: left;
         display: inline;
         /*width: 300px;*/
         }

.clear{ 
        clear: both;
        
}

.text{
       margin-left: 10px;
       }

100proc{ 
         width: 100%;

 }

.menu{
       word-spacing: 30px;
       border-bottom: solid 1px #222222;
       }
