BODY {
                color: #fdecba;
                font-family: helvetica, sans-serif;
                font-size: 12px;
                background-color: #123456;
		margin-top: 10px
        }

H1      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 18px;                                                                                                                                           }

H2      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 16px;
            }

H3      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 14px;
            }

TABLE	{
		margin-top: 10px;
		margin-bottom: 15px;
	}

TD      {
                color: #fdecba;
                font-family: helvetica, arial, sans-serif;
                font-size: 12px;
        }

PRE     {
                color: #D0D0D0;
                font-family: helvetica, arial, sans-serif;
                font-size: 12px;
        }


a:link { color: #fffe7f; font-size: 12px; text-decoration:none }
a:active { color: #cba987; font-size: 12px; text-decoration:none }
a:visited { color: #fffe7f; font-size: 12px; text-decoration:none }

