/* CSS Document */
/* Birthday css - common across all sites */
#birthday {
background-color:#FFFFFF;
width:610px;
height:200px;
background-image:url(../assets/birthday-homepage.jpg);
background-position:left top;
background-repeat:no-repeat;
margin-bottom:5px;
border:1px solid #000000;
}
#birthdayContent {
padding:5px;
font-size:135%;
font-weight:bold;
color:#000000;
margin:160px 10px 0px 300px;
}

#birthdayContent a { color:#000000; text-decoration:none;}
#birthdayContent a:visited { color:#000000; text-decoration:underline;}
#birthdayContent a:hover, 
#birthdayContent a:focus
 { color: #CC0000; text-decoration:underline;}
