.title1	{
	color:purple;
	text-align:right;
	}
.title2	{
	color:purple;
	text-align:left;
	}
.cnt	{
	 position:absolute;
	left:50%;      
      top:50%;
	}
PRE 	{
	color:yellow;
	}
HR	{
	width:50%;
	
	}
.indent	{
	text-indent:5%;
	}
body 	{
	margin:10px 10px 10px 10px;
	background:black;
	color:white;
	font-family: lucinda, verdana, arial,sans-serif; text-decoration: none;
	padding:10px 10px;
	}
A	{ 
	color:  #bf0ef4;
	font-family: lucinda, verdana, arial, sans-serif; 
	text-decoration: none;
	}
A:visited       { color: #bf0ef4; text-decoration: none; }
A:link          { color: #bf0ef4; text-decoration: none; }
A:active        { color: #bf0ef4;  }
A:hover         { color: yellow;  }
#pie		{
		float:left;
		width:50%;
		overflow: auto;
		}
#notapie		{
		float:right;
		width:50%
		}
