﻿body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-image: url('images/bcs_tile.gif');
	margin: 0;
	padding: 0;
	border: 0;
}

/* Styles for Links */

a 				{color: #0D2A8C; text-decoration: underline;}
a:hover 		{color: black; text-decoration: underline;}
a:visited		{color: #0D2A8C; text-decoration: underline;}

#content 		{clear: both; margin: 10px; padding: 0px;}
#content img 	{border: 0;}

#content h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: large;
	color: #0D2A8C;
}

#content h2 {
	font-weight: bold;
	color: #FF0000;
	font-size: small;
}

#content h3 {
	font-size: xx-large;
	color: #FF0000
}

#content li{
	color: #FF0000;
	text-indent: -3em;
	list-style-type: none;
}