<style type="text/css">
body	            {
                        background-color:       black;
                        font-family:            sans-serif;
                        color:                  white;
                	}
a               {
                        text-decoration:        none;
                }
a:link          {
                        color:                  #CCCCCC;
                }
a:visited       {
                        color:                  #CCCCCC;
                }
a:hover         {
                        color:                  #EEEEEE;
                }
a:active        {
                        color:                  #CCCCCC;
                }
table.standard       {
                        border-width:           0px;
                        border-spacing:         0px;
                        border-style:           solid;
                        border-color:           #87CEEB;
			background-color:	black;
                }
table.standard th    {
                        border-width:           0px;
                        padding:                4px;
                        border-style:           dashed;
                        border-color:           #87CEFA;
                        background-color:       lightskyblue;
                        font-family:            sans-serif;
                        font-size:              small;
                        color:                  white;
                }
table.standard td    {
                        border-width:           0px;
                        padding:                4px;
                        border-color:           #87CEFA;
                        font-family:            sans-serif;
                        font-size:              small;
                        color:                  white;
                }
.most		{
			font-family:		sans-serif;
			font-size:		small;
			colour:			white;
		}
</style>

