BODY {
  color: #808080;
  background: black;
  background-image: url("images/bgLogo900x587.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}

.tv A:link { color: white; text-decoration: none }
.tv A:visited { color: white; text-decoration: none }
.tv A:active { color: red; text-decoration: none }
.tv A:hover {
	color: #666;
	text-decoration: underline overline
}

.film A:link { color: white; text-decoration: none }
.film A:visited { color: white; text-decoration: none }
.film A:active { color: #527c97; text-decoration: none }
.film A:hover { color: #527c97; text-decoration: underline overline }

.opensource A:link { color: white; text-decoration: none }
.opensource A:visited { color: white; text-decoration: none }
.opensource A:active { color: #808080; text-decoration: none }
.opensource A:hover { color: #808080; text-decoration: underline overline }

.website A:link { color: #808080; text-decoration: none }
.website A:visited { color: #808080; text-decoration: none }
.website A:active { color: white; text-decoration: none }
.website A:hover { color: white; text-decoration: none }


TR.spacing1 { height: 30px; }
TR.spacing2 { height: 60px; }
TR.spacing3 { height: 100px; }
TR.spacing4 { height: 73px; }
TD.spacing1 { width: 20px; }

.contact_details {
  font-size: 8pt;
  line-height: 10pt;
  font-family: arial,helvetica;
  font-variant: normal;
  font-style: normal;
}

.website_details {
  font-weight: bold;
  font-size: 9pt;
  line-height: 11pt;
  font-family: arial,helvetica;
  font-variant: normal;
  font-style: normal;
}

.subtitle {
  font-size: 17pt;
  line-height: 20pt;
  font-family: arial,helvetica;
  font-variant: normal;
}

TD.portal_link_film {
  border: 5px solid #527c97;
  font-weight: bold;
  font-size: 9pt;
  line-height: 11pt;
  font-family: arial,helvetica;
  font-variant: normal;
  font-style: normal;
  width: 120px;
}

TD.portal_link_tv {
  border: 5px solid red;
  font-weight: bold;
  font-size: 9pt;
  line-height: 20pt;
  font-family: arial,helvetica;
  font-variant: normal;
  font-style: normal;
  width: 425px;
}

TD.portal_link_os {
  border: 5px solid #808080;
  font-weight: bold;
  font-size: 9pt;
  line-height: 11pt;
  font-family: arial,helvetica;
  font-variant: normal;
  font-style: normal;
  width: 120px;
}

