body
{
  background-image:url('../images/background.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top right;
  text-align:left;
  margin-top: 35px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 12px;
  color: black;

}

p {
  text-align:left;
	margin-top: 0px;
}

table {

}

td {

}

a{
	color: #0C55FC;
}

a:hover {
  text-decoration: underline;	
}

a:link {
	text-decoration: none;	
}

a:visited {
  text-decoration: none;	
}

a:active{
	text-decoration: none;
}


a.pathway {
	text-decoration: none;
  color: black;	
}

a.pathway_right {
	text-decoration: none;
  color: black;	
}

h1 {
  color: #0C55FC;
	font-size: 20px;
}

h2 {
  color: #0C55FC;
	font-size: 16px;
}

h3 {
  color: #0C55FC;
	font-size: 14px;
}