body, td, tr {
	font-family: Avenir Next Condensed, Georgia, Times New Roman, Arial, Garamond, Verdana, Helvetica    sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
 	letter-spacing: 1px;
}


/*   if you set margin-top to auto it jams up to top of page  */

body {
	margin-left: 30px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 0px;
}


/*  i put this in to stop the comment box text being blue  */

a:link, a:visited, a:active {
	font-size:14px;
	color:#ffffff;
	text-decoration: none;
/*	font-weight:bold;   */
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}