html {
    height: 100%;}
@font-face {
    font-family: "Raleway";
    src: url("../../fonts/raleway-medium-webfont.woff2") format("woff2"),
         url("../../fonts/raleway-medium-webfont.woff") format("woff"),
         url("http://theuniversody.co.uk/fonts/raleway-medium-webfont.woff2") format("woff2"),
         url("http://theuniversody.co.uk/fonts/raleway-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;}

body {
    font-family: Raleway, sans-serif;
	 font: raleway-medium;
    font-size: 15px;
    color: #dedede; 
    background-color: #000000;
}

a:link, a:visited {color: #8B9BA5; font-weight: normal; font-size: 15px; text-decoration: none;}
a:active, a:hover {color: #6899D1; font-weight: normal; font-size: 15px; text-decoration: underline;}

hr { height:1px; border:none; color:#8B9BA5; background-color:#8B9BA5;}

img {
   border: none;
}
table {
   background-color: transparent;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 0px solid #dedede;
}
td.secheader {
   background-color: transparent;
   border-bottom: 1px solid #8B9BA5;
   color: ffffff;
   font-size: 15px;
   font-weight: bold;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
td.content {
   padding: 4px;
   vertical-align: middle;
   align: center;
   height: 640px;
	width: 920px;

}
td.thumbs {
   color: #dddddd; 
   font-size: 15px;
   width: 10em;
   vertical-align: baseline;
   padding: 5px 5px 5px 5px;
}
td.navi {
   background-color: transparent;
   border-bottom: 1px solid #8B9BA5;
   color: #dedede; 
   font-size: 15px;
   padding: 5px;
   text-align: left;
}
td.desc {
   background-color: transparent;
   border-top: 1px solid #8B9BA5;
   color: #dedede; 
   font-size: 15px;
   padding: 5px;
   text-align: center;
}
