/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


      img.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      
     div.center {
      text-align:center;

    }

div.redback {
    background-color: #E90302;
}
     
     a.headerlink {
     color:white
      }

    #slideshow {
        margin: 50px auto;
        position: relative;
        width: 300px;
        height: 450px;
        padding: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }

    #slideshow > div {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }


    .narrow {
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }


    .center_pdf {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .medium {
        font-size: 18px;
    }

    .medium_centered {
        font-size: 18px;
        text-align: center;
    }

    .large {
        font-size: 25px;
    }

    .large_centered {
        font-size: 25px;
        text-align: center;
    }

    .coloured {
        background-color: #66FFFF;
    }

    .darkblue {
        color: blue;
    }


    .mobile {
        visibility: hidden;
        
    }

    .web {
        visibility: visible;
    }
