/* CSS Document */
<style>
	<!--
		BODY 
		{
   			scrollbar-base-color: #9DC3E8;
   			scrollbar-shadow-color: #3857A4;
   			scrollbar-highlight-color: #3857A4; 
   			scrollbar-3dlight-color: #9DC3E8; 
   			scrollbar-darkshadow-color: #9DC3E8;
   			scrollbar-track-color: #9DC3E8; 
   			scrollbar-arrow-color: #3857A4;
		}
		#header
		{
			font-style : normal;
			font-weight : bold;
			font-family : Arial, Verdana, Helvetica, sans-serif;
			font-size : 30px;
			color : white;
		}
		#footerA
		{
   			font-style : normal; 
   			font-weight : normal; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
			text-align : right;
   			color : #FFFFFF; 
			padding: 2px;
		}
		#footerB 
		{
   			font-style : normal; 
   			font-weight : normal; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
			text-align : left;
			color : #FFFFFF; 
			padding: 2px;			
		}
		A:visited 
		{
   			font-style : normal; 
   			font-weight : bold; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
   			color : #FFFFFF; 
   			text-decoration : underline; 
		}
		A:hover 
		{
   			font-style : normal; 
   			font-weight : bold; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
   			color : #FFFFFF; 
   			text-decoration : overline; 
		}
		A:active 
		{
   			font-style : normal; 
			font-weight : bold; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
			color : #FFFFFF; 
   			text-decoration : underline; 
		}
		A 
		{
   			font-style : normal; 
   			font-weight : bold; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
   			color : #FFFFFF; 
   			text-decoration : underline; 
		}
		#newstidbit
		{
			font-style : normal; 
   			font-weight : bold; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
   			color : #FFFFFF; 
   			text-decoration : none;
		}
		#calday
		{
			font-style : normal; 
			font-weight : bold; 
			font-size : 10px; 
			font-family : Arial, Verdana, Helvetica, sans-serif; 
			color : #3857A4; 
			text-decoration : none;
		}
		#timestamp
		{
			font-style : normal; 
   			font-weight : normal; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
   			color : #FFFFFF; 
   			text-decoration : none;
			text-align : right;
		}
		#author
		{
			font-style : normal; 
   			font-weight : normal; 
   			font-size : 10px; 
   			font-family : Arial, Verdana, Helvetica, sans-serif; 
   			color : #FFFFFF; 
   			text-decoration : none;
			text-align : left;
		}
		#subject
		{
			font-style : normal;
			font-weight : bold;
			font-size : 12px;
			font-family : Arial, Verdana, Helvetica, sans-serif;
			color : #FFFFFF;
			text-decoration : underline;
		}
		#artist
		{
			font-style : normal; 
			font-weight : normal; 
			font-size : 10px; 
			font-family : Arial, Verdana, Helvetica, sans-serif; 
			color : #FFFFFF; 
			text-decoration : none;
		}
		IMG
		{
			onMouseOver=backgroundColor='#3857A4'; 
			onMouseOut=backgroundColor='#9DC3E8';
		}
		td
		{
			onMouseOver=backgroundColor='#3857A4';
			onMouseOut=backgroundColor='#9DC3E8';
		}
                div.scroll 
                {
	               height: 200px;
	               width: 300px;
	               overflow: auto;
	               border: 1px;
	               padding: 8px;
  -->
</style>
