td.leftedge		{color: darkred;
			width: 18%;
			background-color: gray}

div.leftedge		{float: left;
			color: darkred;
			height: 100%;
			width: 18%;
			background-color: gray}

td.leftside		{width: 2%;
			background-color: white}
			
div.leftside		{float: left;
			height: 100%;
			width: 2%;
			background-color: white}

td.sign			{width: 60%;
			font-family: georgia;
			color: gray;
			text-align: center;
			background-color: darkred}
			
			
div.sign		{float: left;
			width: 60%;
			height: 75px;
			font-family: georgia;
			color: gray;
			text-align: center;
			background-color: darkred}
			
.signtext		{font-size: 28px}

td.rightside		{width: 2%;
			background-color: white}

div.rightside		{float: right;
			height: 100%;
			width: 2%;
			background-color: white}

td.rightedge		{width: 18%;
			background-color: gray;
			color: darkred}
			
div.rightedge		{float: right;
			height: 100%;
			width: 18%;
			background-color: gray}
			
td.content		{padding-left: 7px;
			padding-right: 5px;
			padding-top: 17px;
			font-family: georgia;
			font-size: 16px}
			
div.content		{float: left;
			width: 58%;
			margin-left: 7px;
			margin-right: 5px;
			font-family: georgia;
			font-size: 16px}

.nav			{margin-left: 15px}
			
a:link			{color: darkred;
			text-decoration: none}

a:visited		{color: darkred;
			text-decoration: none}
			
a:hover			{text-decoration: underline}

a.rss:link		{color: purple;
			text-decoration: underline;
			font-weight: bold}
			
a.rss:visited		{color: purple;
			text-decoration: underline;
			font-weight: bold}

a.rss:hover		color: purple;
			text-decoration: underline;
			font-weight: bold}
			
.commentname		{font-size: 14px;
			font-weight: bold}
			
.commentdate		{font-size: 12px}

.commenttext		{font-size: 14px}


