﻿body
{
	background-color: #FFFF00;
	
}
a:visited
{
    color: #800000;
}
a:link
{
    color: #808080;
}
a
{
    color: #000080;
}
DIV.quote
{
    border-right: black thin double;
	border-top: black thin double;
	border-left: black thin double;
	border-bottom: black thin double;
	background-color: silver;
}
DIV.message
{
	display: none;
}
blockquote.quote
{
    border-right: black thin double;
	border-top: black thin double;
	border-left: black thin double;
	border-bottom: black thin double;
	background-color: silver;
}
.Comments
{
	border-bottom: black thin solid;
	background-color: White
}
