﻿body {color: #6D2400; font-size:11pt;
}
    a
        {
            text-decoration: none;
            height: 22px;
            background-color: #E5CDB5;
            width: 200px;
            color: #6D2400;
            text-align: center;
        }
        a:hover
        {
            text-decoration: none;
            height: 22px;
            background-color: #CD9D6E;
            color: white;
            width: 200px;
            text-align: center;
        }
        div
        {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }
        div .seth
        {
            height: 330px;
            top: 20px;
        }
        div .box
        {
            height: 320px;
        }
        p
        {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }
       
        
        
        p.pic2
        {
            position: relative;
            width: 330px;
            height: 245px;
            left: 110px;
            top: 10px;
            background-image: url(images/samopenpage.jpg);
            background-repeat: no-repeat;
        }
        
        
        ul {margin:0 0 0 0;
            padding: 0 0 0 0;}
        
        ul
        {
            
            position: relative;
            width:101px;
            list-style-type: none;
            text-decoration: none;
            text-align: center;
            left:30px;
            
        }
        
         li {margin:0 0 0 0;
            padding: 0 0 0 0;}
        
        li
        {
            padding-top:3px;
            text-decoration: none;
            height: 22px;
            text-align: center;
            background-color: #CD9D6E;
            width: 100px;
            border: 1px solid white;
            color: #6D2400;
        }
        li a
        {
            padding-top:3px;
            text-decoration: none;
            text-align: center;
            height: 22px;
            background-color: #CD9D6E;
            width: 100px;
            color: #6D2400;
        }
        li a:hover
        {   padding-top:3px;
            text-decoration: none;
            height: 22px;
            text-align: center;
            background-color: #CD9D6E;
            color: white;
            width: 100px;
        }