
a:link {color: #0000FF;}  /* blue*/
a:visited {color: #800080;} /* purple */
a:hover {color: #FF00FF;}  /* fuchsia */
a:active {color: #FF0000;}  /* red */

/* title font */
b 
 {font-family: "Stylus BT",cursive; font-size:300%; color:#990099;}

p.smallprint
 {font-size: 65%;}   /*small print */
p.footing 
 {font-size: 80%; text-align: center;}  /* wanted poster */

h2 
 {width:100%; filter:Shadow(color=silver,direction=45)}  /* story, cast etc. */
h4
 {color: #000000; 
  width:100%;
  filter:Shadow(color=silver,direction=45)}  /* film title */

hr 
  {color: #C0C0C0; width: 100%}

body 
  {background-color: #FFE4E1;  /* mistyrose */
   font-size: 100%; 
   font-color: #000033;   
   font-family: Tahoma;}

table.main 
  {empty-cells: show; 
   background-image: url(Images/bg.gif);  /*film pattern */
   background-position: top center;
   background-repeat: repeat-y;}  /*repeat downwards */
td
  {padding-right: 20;
   padding-left: 20;}
td.inside
  {padding-right: 0;
   padding-left: 0;
   padding-top: 20;
   padding-bottom: 0;}  /*inside the main table - sound*/

div.home 
  {text-align: right;}  /*link to home*/
div.top
  {text-align: right; font-size: 80%;}  /* link to top, warning for audio*/
span.volume
  {font-size: 80%;}  /*warning for audio inside the text*/

img.film 
  {height: 185; width: 125;}  /* poster, film image */
img.rec
   {height:15; width: 20;}  /* red tick */

i.r {color: #ff0000;} /*red, rosencranz*/
i.g {color: #0000ff;} /*blue, guildenstern*/

ul.index 
  {float: left;
   width: 100%;
   padding: 0; 
   margin: 0; 
   list-style-type: none;}
a.index 
  {width: 3em;
   text-decoration: none;
   color: white;
   background-color: purple;
   padding: 0.2em 0.3em;
   border-right: 1px solid white;}

a.index:link {color: #ffffff;}
a.index:visited {color: #ffffff;}
a.index:hover {background-color:#ff3300;}
li.index {display:inline;}

a.1:link {color: #000033;}  /* imdb, allcinemaonline*/
a.1:visited {color: #000033;}  /*match the colour to the text*/

embed.sound {width: 144; height: 25;} /*sound control panel*/