BODY		{ background:  #FFFFFF repeat; color: #000000 }
H1		{ 
		  font-size: large;
/*		  border-style: solid;
		  border-color: #333333;
		  border-top-width:    1px;
		  border-left-width:  1px;
		  border-right-width:  1px;
		  border-bottom-width: 1px */
		}
H2		{
		  font-size: medium;
		  border-style: solid;
		  border-color: #333333;
		  border-top-width:    2px;
		  border-left-width:   0px;
		  border-right-width:  0px;
		  border-bottom-width: 2px
		}
H3		{
		  font-size: medium
		}
A:link		{ color: blue; background-color: transparent }
A:visited	{ color: purple; background-color: transparent }
A:active	{ color: red; background-color: transparent }
A:hover		{ color: red; background-color: transparent }
P		{ line-height: 130% }
P.info		{ text-align: right }
P.author   	{ text-align: right }
P.msg		{ text-align: center }
A IMG		{ border-width: 0px }
HR		{ clear: both }
DIV.float	{ float: left }
DIV.msg		{ text-align: center }
BLOCKQUOTE  	{ font-style: italic }
