	body    
	{
		color		:	white;
		font-family	:       Arial, sans-serif;
		margin-top	:	0px;
		margin-left	:	5px;
		margin-right	:	5px;
		margin-bottom	:	0px;
		background-color:	#28007A;
		background-image:	url("left.png");
		background-repeat:	repeat-y;
		background-position:	left;
	}

	a:link
        {
               text-decoration :       underline;
               color           :       #FFFFCC;
               background      :       transparent;
	}
	a:hover 
	{ 
               text-decoration :       underline; 
               color           :       #990033;
               background      :       transparent;
	}
	a:active
	{
               text-decoration :       underline;
               color           :       #CC9933;
               background      :       transparent;
	}
	a:visited
	{
               text-decoration :       underline; 
               color           :       #9999FF; 
               background      :       transparent; 
	}               
