/* style.css */
body {  text-decoration: none;
            color: white;
            font-family: tahoma;
            font-size: 12pt;
            background-color: #000000;
            background: black;
            margin: 12px 12px 2px 12px; 
            font-weight:lighter;
            }
h1 {  text-decoration: bold;
             color: white; 
             font-family: "tahoma";
             font-size: 24pt;
             font-weight: heavy; }
table 
{
	border-width: 0px;
	padding: 2px;
	color:White;
    font-family: "tahoma";
    font-size: 12pt;
		}             
td 
{
	vertical-align: middle;
	padding: 2px;
		}	
		
.bold {  text-decoration: bold;
             color: black; 
             font-family: tahoma;
             font-size: 14pt;
             font-weight: bolder; }
  
  :link { color: Maroon; text-decoration: bold; }  /* for unvisited links */
  :visited { color: Maroon; text-decoration: bold;  } /* for visited links */
  a:active { color: Maroon; text-decoration: bold; } /* when link is clicked */
  a:hover { color: Red; text-decoration: bold; }/* when mouse is over link */
