/* 
  SITE: bssmc.org.uk
  AUTHOR: Quentin James
  LAST UPDATED: 
  LE VERSION: 1.0
----------------------------------*/


body {
  color: font: .6875em/1.3636em "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  background: #FFF;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

h1, dt, em, strong, caption{
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
  font-size: 1.1em;
}

a {
  color: #FFAF20;
  text-decoration: underline;
}

p {
  margin: 0;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
  font-size: 0.8em;
}

em {
  font-style:normal;
}

strong, dt {
  font-weight: bold;
}

hr
{
	border: 0;
	background: #0083D7;
	padding: 0;
	margin: 0px;
	height: 1px;
}



/*---------------------------------
  =02 NAVIGATION
----------------------------------*/

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


a:visited
{
	color: #000;
	text-decoration: underline; 
}

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



