/* basic-2.1.css */
body     { font-family: Arial;
           color: white;
           background-color: #999999; 
	     font-size: 12.0pt;
}

/* I think Verdana looks nice for headlines */
h1, h2, h3, h4, h5, h6 
         { font-family: Verdana, sans-serif; }

/* This makes the largest heading have a background */
h1, h2 
	{color: silver; }

/* This puts the even numbered headings in gray */
h4, h6 
         { color: grey; }

table    { background-color: grey; }
th       { background-color: silver;
           color: white;
		font-size: smaller; }
td       { background-color: silver; 
		font-size: smaller;}

address  { font-family: "Courier New", monospace;
           font-size: larger; }
links	   { color: #666666 }


	     	