body { 
       background-color : rgb(242,245,198);
       font: 1em  Times New Roman, Trebuchet MS; 
       line-height: 1.7em; 
     width : 90%;
     margin-right: auto;
     margin-left : auto;
}
a { color: rgb(33,172,215); background: inherit; text-decoration: underline; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 3px 0; }
#bigger { font: 1.2em Times New Roman, Trebuchet MS;
}

.nav {
text-align : center;
width : 100%;
}

.label{
font-family : Brush Script MT;
font-size :14px;
} 
li  { list-style-type:none;}



/* main horizontal menu */

#tablist{  margin: 0 0 0 0;  }

	#tablist li{ list-style: none; display: inline;

    }

	#tablist li a{

		text-decoration: underline;

		margin: 2px 0px 2px 0;

		padding: 2px 1px 2px 1px;

		font-weight: bold;

		color: #000;

    }
    .service{
    
    margin-right : auto;
    
    margin-left : auto;
    }
    .service ul{
    
    margin: 0 0 0 40px;
    }

	#tablist li a:hover{

		border: 1px solid #000;

		color: #000;

	}

	#tablist li a.current{

		background: rgb(242,245,198);

		color: #49BDEF;

	}

	#tablist .key { text-decoration: underline; }

    li.second  {

    list-style-type : disc;

    margin-left: 30px; 

}

