.mainname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
	background: fixed;
}
.bname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.lname {
	color: #000;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.cname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.fname {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.ename {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.ftext {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.etext {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.btext {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;

}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.references {
	color: #000;
  	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	border: thin dotted #CCCCCC;
}
/*padding on the txt*/  

.trans_box2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding:30px;
  margin:20px;
 }
 
 .photocredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	font-style: italic;
}

/*hyperlink colours*/  
A {
	font-family: Georgia, "Times New Roman", Times, serif;
}
A:link {
	color:white;
}
A:visited {
	color: white;
}
A:hover {
	text-decoration: none; 
	color: #000;
	font-weight:normal;
}
A:active {
	color: white;
	text-decoration: none;
}

