body 	{
	background-color:rgb(0,0,0);
        color:white;
        text-size:12pt;
	}

table 	{
	background-color:rgb(0,0,0);
	}

a 	{
	text-decoration:none;
        font-size:14pt;
        font-weight:bold;
	}

.buttons 	{
	text-decoration:none;
      font-size:30pt;
      color:darkviolet;
	}

.indent	{
	margin-left:25pt;
	}

.heading	{
        text-align:center;
	font-weight:bold;
	font-size:31pt;
	color:darkviolet;
	}

.outtable	{
	border-color:darkviolet;
	border-style:double;
	}

.lefttable   {
	background-color:rgb(0,0,0);
	font-weight:bold;
	}

.bottomtable   {
	background-color:rgb(0,0,0);
	font-weight:bold;
	color:darkviolet;
	text-align:center;
	}

a:visited {color:darkviolet;}
a:hover {color:mediumpurple;font-weight:bold;}
a:link {color:darkviolet;}	
a:active {color:darkviolet;}

h1	{
	font-weight:bold;
	font-size:26pt;
	color:darkviolet;
	}

h2	{
	font-weight:bold;
	font-size:22pt;
	color:darkviolet;
	}

h3	{
	font-weight:bold;
	font-size:18pt;
	color:darkviolet;
	}

h4	{
	font-weight:bold;
	font-size:16pt;
	color:darkviolet;
	}