
/*CSS Style sheet for www.itstimetodance.co.uk*/


body {
    background-color: #ffeafd;
    font-family : 'Comic Sans MS';
    font-size : 14px;
    color: #000000;
    text-align: justify;
  }


th.left {
    text-align: left;
    font-weight: bold;
  }


th.center {
    text-align: center;
    font-weight: bold;
  }


td.left {
    text-align: left;
    font-weight: normal;
  }


td.center {
    text-align: center;
    font-weight: normal;
  }

td.justify {
    text-align: justify;
    font-weight: normal;
  }

img {
    border: 0px;
  }


img.left {
    float : left;
    margin-bottom : 10px;
    margin-right : 10px;
  }


img.right {
    float : right;
    margin-bottom : 10px;
    margin-left : 10px;
  }

.thumblge {
    border-style: outset;
    border-color: ffa4f4;
    border-width: 5px;
    text-align:center;
    max-width: 240px;
    max-height: 240px;
  }

.thumb {
    border-style: outset;
    border-color: ffa4f4;
    border-width: 5px;
    text-align:center;
    max-height: 160px;
  }


.full {
    border-style: outset;
    border-color: ffa4f4;
    border-width: 10px;
    max-width: 800px;
    max-height: 800px;
  }

button.backbutton {   
    padding:0;
    margin:0;
    border:none;
    background:none;
    cursor:pointer;
  }
