<!--
body  {
	width: auto;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}
a:hover {
	color: #009;
	text-decoration: none;
}
a:link {
	color: #266EF6;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #266EF6;
}
a.download:hover {
	color: #eaff00;
	text-decoration: underline;
	font-weight: bold;
}
a.download:link {
	color: #eaff00;
	text-decoration: underline;
	font-weight: bold;
}
a.download:active {
	color: #eaff00;
	text-decoration: underline;
	font-weight: bold;
}
a.download:visited {
	text-decoration: underline;
	color: #eaff00;
	font-weight: bold;
}

body,td,th {
	color: #CCC;
}

img
 { 
	border-style: none;
 }
div.imagespan
 {
	border:100px
 }
img.imgbook
 {
 border-style: ridge;
 border-color: #6972a4;
 }
img.phy
 {
	vertical-align:text-bottom
 } 
div.buttons
  {
	border:0px;
 }
 a.buttons
  {
	border:0px;
 }
 a.buttons:visited
  {
	border:0px;
 }
 div.img
  {
	margin:2px;
	border:0px;
	text-align:center;
 }
div.img img
  {
	display:inline;
	margin:3px;
	border:0px;
 }
div.img a:hover img
{
	border:0px solid;
}
div.copyright
{
	text-align:center;
	font-family:verdana;
	font-size:8pt;
}
div.centerme
{
	text-align:center;
}
span.ItalicizeMe
{
	font-style:italic;
}
span.boldandbeautiful
{
	font-weight:bold;
}
table.toptable
{
	width:100%;
	border-collapse:collapse;
}
table.middletable
{
	width:100%;
}

table.maintable
{
	width:100%;
}
td.menutable
{
	padding:2px;
}
td.onepixal
{
	padding:1px;
}
td.adspace
{
	padding:8px;
}
td.mainmenucolumn
{
	width:200px;
	vertical-align:top;
}
div.descrTXT
{
	text-align: justify;
}

-->
