@import url("common.css");

* {
margin:0;
padding:0;
}

ul li{
wihth:300px;
text-align:left;
margin-top:0.7em;
list-style: none outside;
line-height: 200%;
}

ul a{
display:block;
width:100%;
padding : 1px 5px 1px 18px;
font-weight: bold;
background-color:#ccccff;
}

ul a:hover{

background-color:#7788dd;
color:#ccccff;
font-weight:400;
}