	body {
		background:tan;
		/*margin:5px;*/
		padding:5px;
		}
	
	#leftcontent {
		position: absolute;
		top:15px;
		width:160px;
		height:1000px;
		background:#fff;
		border:1px solid #000;
		padding:5px;
		}

	#centercontent {
		position: absolute;
		top:15px;
		left:185px;
		width:500px;
		height:1000px;		
		background:#ffc040;
		border:1px solit #000;		
		padding:15px;
		}

	#rightcontent {
		position: absolute;
		top:15px;
		left:715px;
		width:160px;
		height:1000px;
		background:white;
		border:1px solid #000;
		padding:10px;
		}



a   {text-decoration:none;
	font-family:arial, sans serif;
	font-size:9pt;
	font-weight:normal;
	color:#003300;
	}

a.bks	{
	color:blue;
	}

a.pla	{
	color:red;
	}

a.bio {
	color:brown;
	}

a.pea {
	color:purple;
	}

a.ema {
	color:cc9900;
	}

a.r   {text-decoration:underline;
	}

a:hover {font-weight: bold;
	color: red;
	}

p   {font-family:verdana,arial,sans serif;
     font-size:10pt;
     font-weight:bold;
     color:#8b0000;
	leading:2px;
	}


td.reg {font-weight:light;
	  font-size:8pt;
        font-weight:normal;
	  font-family:verdana;
	  font-style:italic;
	  color:#000000;
	  }

td.dif {font-weight:light;
	  font-size:8pt;
        font-weight:normal;
	  font-family:verdana;
	  font-style:italic;
	  color:#8b0000;
	  }

p.bio {font-weight:light;
	  font-size:2pt;
        font-weight:normal;
	  font-family:arial;
	  font-style:normal;
	  color:#000000;
	  }

