﻿body
	{
	margin:2px;
	text-align:center
	}
p
	{
	background-color:white;
	color:black;
	font-size:medium;
	}

.spl
	{
	text-align:right;
	padding:1 em;
	font-size:medium;
	}

<!------------------------ feed -------------------->

.feedTitle
	{
	color:black;
	background-color: #66CCFF;
	font-size: large;
	text-align:left;
	width:100%;

	}
.feedTitle a
	{
	color: black;
	background-color: white;
	font-size: large;
	text-decoration: none;
	text-align:left;

	}
	
	.feedTitle a:visited {
	color: green;
	font-size: large;
	}
	
	.feedTitle a:hover {
	color: maroon;
	background-color: white;	
	text-decoration:none;
		font-size: large;
	}
	
	