﻿/* CSS Comment: British Pictures style sheet */

body, td     { font-family: verdana, helvetica, sans-serif; }
body         { background-image: url(../images/marback1.jpg); }
h1           { text-align: center;}
h2           { text-align: left;}
h3           { text-align: left;}
p            { text-align: left;}
img          { border-width: 0px;
	border-style: none;
}

.navi        { text-align: right;}              /*used for "Home" navigation */
.times       { text-align: right;}              /*used for times in "What's on" page */
.middle      { text-align: center;}
.centre_table { text-align: center; }
.credit		 {                                  /*used for film credits such as Player */
	font-style:italic;         
}	
.emphasis		{                               /*used for general emphasis */
	font-style:italic;
}
.in_text_title	{                               /*used for film titles within the text */
	font-style:italic;         
}	 