    .confLinks a:link, 
    .confLinks a:visited
    {
        text-decoration: none !important;
        color: white !important;
    }

    .confLinks a:hover
    {
        text-decoration: underline !important;
        color: white !important;
    }

    .attractLink a:link,
    .attractLink a:visited
    {
        text-decoration: none !important;
        color: black !important;
        font-size: 80%;
        font-weight: normal;
    }

    .attractLink a:hover
    {
        text-decoration: underline !important;
        color: black !important;
        font-size: 80%;
        font-weight: normal;
    }    
    
    img
    {
		border-width: 0px;
    }
    
    img.logo
    {
		padding: 20px 20px 10px 20px;
    }
