/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #555555;
 
}

A:link {
	COLOR: #555555; text-decoration: underline
}
A:visited {
	COLOR: #F499C1; text-decoration: underline
}
A:active {
	COLOR: #555555; text-decoration: none
}
A:hover {
	COLOR: #F499C1; text-decoration: underline
}


h1 {
  font-family: verdana, arial, sans-serif;
  margin-top: 0px;
  font-size:25px;
  font-weight: bold;
  color: #555555;
}

h2 {
  font-family: verdana, arial, sans-serif;
  font-size:18px;
  font-weight: bold;
  color: #555555;
    margin-bottom: 5px;
}

li
{
  padding-bottom:8px;
}


P A:link {
	COLOR: #555555; text-decoration: underline
}
P A:visited {
	COLOR: #555555; text-decoration: underline
}
P A:active {
	COLOR: #555555; text-decoration: none
}
P A:hover {
	COLOR: #555555; text-decoration: underline
}

P {
	COLOR: #555555;
	font-size: 14px;
}

