@charset "utf-8";
/* CSS Document */
<style type="text/css">

.font_cent_med {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}
.font_cent_lar {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
}

.font_monotype_reg {
	font-family: Monotype Corsiva;
}

.font_monotype_reg_med {
	font-family: Monotype Corsiva;
	font-size:22px;
}

.font_monotype_med {
	font-family: Monotype Corsiva;
	font-size:29px;
}

.font_monotype_lar {
	font-family: Monotype Corsiva;
	font-size:34px;
}
.font_size32 {font-size:32px
}

.img-container {
        text-align: center;
      }
	  
.text_italic {
	font-style:italic;
	font-weight: bold;
}
.tab { margin-left:35px;
}
.c_title {
	text-align:center;
	font-size:20px;
}

.menu_buton {
	font-family: "Monotype Corsiva";
	font-weight: bold;
	color: #FFF; /* white */
	border:thick;
	border-color:#FFF;
	background-color:#698CC7;
	text-align: center;
	vertical-align: middle;
	border-collapse:collapse;
	white-space:nowrap;
	border:thin; 
}

/* My Test */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #698CC7;
	font-family: "Monotype Corsiva";
	font-size:20px;
	font-weight: bold;
	text-align:center;
}

li {
	text-align:center;
	color:#FFF; /* white */
	list-style-type:none;

}

li a {
    display: block;
    color: white;
    text-align: center;
	font-size:18px;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
	color: #00F; /* blue */
	font-size:18px;
	text-align:center;
}

</style>
