
body,td,center {
	font-family: verdana, tahoma, geneva, sans-serif;
	font-size: 18px;
}

a {
	text-decoration: none/*underline*/;
}


a:hover {
	/*background-color: #c0c0f0; */
	text-decoration: underline;
}

li {
	padding:10px;
	list-style-type:none;
	margin-left:20px;
	text-indent:-20px;
  }

td.wlt {
        width: 25px;
        height: 25px;
        background: url(wlt.png) top left;
}
td.wmt {
        height: 25px;
        background: url(wmt.png) top repeat-x;
}
td.wrt {
        width: 25px;
        height: 25px;
        background: url(wrt.png) top right;
}
td.wlm {
        width: 25px;
        background: url(wlm.png) left repeat-y;
}
td.wmm {
        background-color: #f7f7f7;
}
td.wrm {
        width: 25px;
        background: url(wrm.png) right repeat-y;
}
td.wlb {
        width: 25px;
        height: 25px;
        background: url(wlb.png) bottom left;
}
td.wmb {
        height: 25px;
        background: url(wmb.png) bottom repeat-x;
}
td.wrb {
        width: 25px;
        height: 25px;
        background: url(wrb.png) bottom right;
}
