@charset "UTF-8";
.menu1 {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #transparent;
	
}
ul
{
list-style-type:none;
margin:0;
padding:0;
}
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
}
a:link,a:visited
{
font-weight:normal;
color:#FE2E64;
background-color:#transparent;
width:200px;
text-decoration:none;
}
a:hover,a:active
{
background-color:#transparent;
color:#000000;
}