@import url(global.css);
/* custom colors */
body{
background:url("../_img/body-bckgrnd-purple2.gif") top right no-repeat;
}
h1{
background:url("../_img/title-eng-events.png") bottom left no-repeat;
}
.event{
border:1px solid #DDDDDD;
margin:5px;
}

#header-row a:hover,#header-row a.selected{
color:#ba1c69;
font-weight:bold;
}
#main-center a:link,#main-center a:visited{
color:#ba1c69;
text-decoration:none;
border:none;
}
#main-center a:hover{
text-decoration:underline;
}
#footer a:link,#footer a:visited{
background:none;
text-decoration:underline;
color:#666666;
}
#footer a:hover{
text-decoration:overline;
}
