/*
spa-format.css

David Abbott
for Screenpro.co.uk
November 2007

Contains format elements,
	e.g. fonts, colours, borders, alignment
Does not contain layout elements,
	e.g. margins, padding, positioning, size
*/

body
{
	color: #505050;
	background: #ffffff;
	background-image: url(/images/spa_logo_90.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}

.main
{
	border-left: 1px dashed #505050;
	text-align: justify;
}

p.center
{
	text-align: center;
}

.filmtitle
{
	font-style: italic;
}

.filmproduct-odd
{
	border: 1px dashed #a0a0a0;
}

.footer
{
	border-top: 1px dashed #505050;
	border-right: 1px dashed #505050;
	text-align: center;
	font-size: 0.7em;
}

h1
{
	color: #a0a0a0;
	font-size: 1.33em;
	text-align: center;
}

h2
{
	color: #a0a0a0;
	text-align: center;
	font-size: 1.00em;
	font-weight: bold;
}

h3
{
	color: #a0a0a0;
	text-align: justify;
	font-size: 1.00em;
	font-weight: bold;
}

img
{
	border: none;
}

a:link
{
	color: #909032;
	text-decoration: underline;
} 

a:visited
{
	color: #909032;
	text-decoration: underline;
}
 
a:active
{
	color: #a00000;
	text-decoration: underline;
} 

a:hover
{
	color: #a00000;
	text-decoration: underline;
}
