@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
}

#wbirthdays {
width: 150px;
}

#wbirthdays ul li 	{
list-style-type: none;
background-image: none;
border: solid #A1ACBA;
border-width: 0px 0px 1px 0px;

/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

#wbirthdays a,a:link {
text-decoration: none;
}


#wbirthdays a:hover{
decoration: none;
}

#btitle {
color: white;
text-transform:uppercase;
background-color: black;
}