/*  menu_style.css. For the iframe menu of Enyu's website. Jan 23, 2009. Dayton, Ohio. */

* {border: 0px solid orange;}

#menu2 ul {
  list-style-type: square;
	text-align:left;
	font-size: 13px;
	color: blue;
	line-height:180%;
}

#menu2 p  {
  text-align: center;
	font-size: 11px;
	color: blue;
}

a {color: blue; text-decoration: none;}
a:link {color: blue;}
a:visited {color: #800080;}
a:hover {color: red; background-color: #ADD8E6;}
a:active {color: lime;}