#block { 

margin-left: auto;
    margin-right: auto;
   /* width: 66%; */
   width: 850px;
opacity: 0.8;
#height: 200px;
#width: 1000px; 
padding: 20px;
background-color: white; 

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.333); 
/* -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5); */
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.333);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.333);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 12px; 
border-radius: 12px;

/* gradients */
#background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
#background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
}


@font-face {
    font-family: myFirstFont;
    src: url(fonts/Cinzel-Black.ttf);
}

/*
table, th, td , tr{
   border: 0px solid black;
   }

table{
width: 33%;
 margin-left:auto; 
    margin-right:auto;
}   
   */
/*

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

li {
    float: left;
	width:25%;
	    background-color: #dddddd;
}

a {
    display: block;
    width: 60px;
    background-color: #dddddd;
}

li:hover{
    background-color: #555555;
}
*/







div#hmenu { 
   margin: 0; 
   padding-bottom:10px;
  # background: #ddeebb; 
   width: 100%; 
   text-align: center; 
	font-size: 23px;   
} 

div#hmenu ul { 
   list-style: none; 
   margin: 0; 
   padding: 0; 
} 

div#hmenu ul li { 
   margin: 0; 
  # padding: 0; 
   padding-left:20px;
   padding-right:20px;   
   display: inline; 
} 

div#hmenu ul a:link{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   #font-size: medium; 
   color: #444444; 
} 

div#hmenu ul a:visited{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   #font-size: medium; 
   color: #4e4d4d; 
} 

div#hmenu ul a:active{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   #font-size: medium; 
   color: #4e4d4d; 
} 

div#hmenu ul a:hover{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   #font-size: medium; 
   color: #f6f0cc; 
   background-color: #4e4d4d; 
}

