	a.comp_story {
		/* This class is for the Complete Story links */
		color:blue;
		text-decoration:none;
		font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
		font-size:10px;
	
	}
	a.story {
		/* This class is for the Story Title links */
		color:blue;
		text-decoration:none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	TD.all {
		/* This is the default TD class */
		color : Black;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	TD.story {
		/* This is the TD class for regular story titles */
		color: black;
		font-family: verdana;
	}
	TD.virus {
		/* This is the TD class for virus alerts */
		color: red;
		font-family: verdana;
	}
	TD.techtip {
		/* This is the TD Class for the instructions */
		color : Black;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
	}
	a.news {
		/* This is the TD Class for categories */
		color:#303584;
		background: #F0F0D7;
		text-decoration:none;
		font-size:10px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	a.news:hover {
		/* This is the TD Class for categories */
		color:#303584;
		background: #F0F0D7;
		text-decoration:none;
		font-size:10px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	TABLE.right {
		/* This is the TABLE Class for the right hand stuff */
		border: 1px #CCCC99 solid;
		background-color: white;
	}
	TD.right {
		/* This is the TABLE Class for the right hand stuff */
		border: 1px #E2E4CB solid;
		background-color: white;
	}
	TD.cat {
		/* This is the TD Class for main categories */
		color:white;
		background: #666699;
		text-decoration:none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	TD.date {
		/* This is the TD Class for main categories */
		color:white;
		text-decoration:none;
		font-size:10px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	TD.subcat {
		/* This is the TD Class for subcategories */
		color:black;
		background: #CCCC99;
		text-decoration:none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	TD.powered {
		/* This is the TD Class for "News Powered by Moreover.com" */
		color:white;
		background:#666699;
		font-size:10px;
		ont-family: verdana;
	}
	a.weather {
		/* This is the TD Class for descriptions */
		color: white;
		font-size: 10px;
		text-decoration:none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	a.weather:hover {
		/* This is the TD Class for descriptions */
		color: white;
		font-size: 10px;
		text-decoration:none;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	table.weather {
		/* This is the TABLE Class for Weater pictures and search */
		border-color: #E2E4CB;
		background: white;
	}
	TD.weather {
		/* This is the TD Class for the Weather pictures and search */
		font-size: 10px;
		font-family: verdana;
		color: black;
	}
	TD.footer {
		/* This is the class for the footer division */
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 10px;
		color: #808080;
	}
	body {
		/* This class contains the body background color */
		background: White;
		font-family: verdana;
		font-size: 13px;
		color: black;
	}
