A:LINK {
	color: white; 
	text-decoration: none
}

A:VISITED {
	color: white; 
	text-decoration: none
}

A:ACTIVE {
	color: white; 
	text-decoration: none
}

A:HOVER {
	color: black; 
	text-decoration: none
}

A.email:LINK { 
	color: black;
	 text-decoration: none 
 }

A.email:ACTIVE { 
	color: black; 
	text-decoration: none
 }

 A.email:VISITED {
 	 color: blue; 
	 text-decoration: none
 }

 A.email:HOVER { 
 	color: blue;
	 text-decoration: none 
}
A.article:LINK { 
	color: black;
	 text-decoration: underline 
 }

A.article:ACTIVE { 
	color: black; 
	text-decoration: underline
 }

 A.article:VISITED {
 	 color: blue; 
	 text-decoration: underline
 }

 A.article:HOVER { 
 	color: blue;
	 text-decoration: underline 
}

 BODY {
 	background: #BDBDBD;
 	background-image: url(./images/leftbg.jpg);
 	font-family:Trebuchet MS;
 	color:#000000
  }

LI.indented {
	font-family : Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	margin-left : 10px;
}

P.title {
	font-family : Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-weight : bold;
}

SPAN.menuitem {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	color: rgb(255,255,255); 
	font-style: normal;
}

SPAN.pagetitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: medium;
}

SPAN.title {
	font-family : Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-weight : bold;
}
SPAN.copyright {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: x-small;
}

