a:link          {color: rgb(0,0,255); text-decoration: none;}
a:visited       {color: rgb(0,150,0); text-decoration: none;}  /*visited link*/
a:hover         {color: red}                            /* mouse over link */
a:active        {color: #0000FF}                        /* selected link */

body		{margin:0; }
html, body      {font-size: 90%; } 

table.comments_rfa    
                {font-size: 90%; border-collapse: collapse;}
table.works     {font-size: 90%; text-align: left;  border-collapse: collapse;}
input.works     {font-size: 90%; }
.comments       {background-color: #cccc99;}
.comment_head   {
                background-color: green; color: #FFFFFF; font: bold; text-align:left;
                padding-top: 5px; padding-bottom:5x;
                }
.comment        {border-bottom: 1px dashed black; margin-bottom: 10px; text-align:left;}
.comment_byline {font:oblique;}                                
.comment_time   {font-weight:bold;}
.comment_body   {margin-left:5%; margin-bottom: 1%;}


