/*
cine-format.css

David Abbott
for OFU.WebPlex.co.uk
February 2006

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/ofu-bg.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
}

h1
{
	font-size: 1.33em;
	padding-top: 0.5em;
	text-align: center;
}

h2
{
	font-size: 1.00em;
	padding-top: 0.5em;
	font-weight: bold;
	text-align: center;
}

p.small
{
	font-size: 0.7em;
}

.webplex
{
	text-align: center;
	font-size: 0.7em;
}

img
{
	border: none;
}

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

a:visited
{
	color: #0000a0;
	font-weight: bold;
	text-decoration: none;
}
 
a:active
{
	color: #0000a0;
	font-weight: bold;
	text-decoration: underline;
} 

a:hover
{
	color: #0000a0;
	font-weight: bold;
	text-decoration: underline;
}

