a:link
{
	color: rgb(153, 0, 204); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
body
{
	background:#EAF2CE url('../images/Epacris-web-logo-green.jpg') no-repeat fixed 10px bottom;
	font-family: Gill Sans MT, Arial, Helvetica;
	color: black;
	margin-left: 150px
}
ul.navbar
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em
}
ul.navbar li
{
  background: white;
  text-indent: 0px;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black
}

ul.navbar li a:hover
{
  background-color: #EAF2CE
}


ul.navbar a
{
  text-decoration: none
}

table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h2, h3, h4, h5, h6
{
	font-family: Gill Sans MT, Arial, Helvetica;
}
h1
{
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 24pt;
	font-weight: 200;
	font-style: normal;
	line-height: 120%;
	color: black;
	text-align: left;

}
h2
{
	font-size: 12pt;
	font-weight: 100;
	font-style: normal;
	line-height: 100%;
	color: black;
	text-align: center;

}
h3
{
	font-size: 12pt;
	font-weight: 100;
	font-style: normal;
	line-height: 120%;
	color: black;
	margin-left: 130px

}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	font-size: 10pt;
	font-weight: 100;
	font-style: normal;
	line-height: 150%;
	color: black;
	text-align: center;

}
