/*
cine-format.css

David Abbott, Xillennia
for Cinematopia / WebPlex
November 2006

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

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

h1
{
	color: #000066;
	background: #ffffff;
	font-size: 1.33em;
	padding-top: 0.5em;
}

h2
{
	color: #000066;
	background: #ffffff;
	font-size: 1.00em;
	padding-top: 0.5em;
	font-weight: bold;
}

h3
{
	color: #000066;
	background: #ffffff;
	font-size: 0.7em;
	padding-top: 0.0em;
	font-style: italic;
}

p.small, p.source, p.comment, .quickindex
{
	font-size: 0.7em;
}

img
{
	border: none;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

a:link
{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
} 

a:visited
{
	color: #000066;	
	font-weight: bold;
	text-decoration: none;
}
 
a:active
{
	color: #3333cc;
	font-weight: bold;
	text-decoration: underline;
} 

a:hover
{
	color: #3333cc;
	font-weight: bold;
	text-decoration: underline;
}

