/* comment                            */
/* background-image:url("blond.jpg"); */
/* background-color: #ffffff;         */

body		{color=: #000000;
		 font-family: Verdana, sans-serif;
		 font-weight: normal;
		 background-attachment: fixed;
		 margin: 0em;
		}

td		{font-family: Verdana, sans-serif;
		 font-size: 0.8em;
		 font-weight: normal;
		}

td.navbar	{font-family: Verdana, sans-serif;
		 font-size: 0.7em;
		 font-weight: normal;
		}

td.currnavbar	{font-family: Verdana, sans-serif;
		 font-size: 0.7em;
		 font-weight: bold;
		}


td.lbs		{background-color: red;
		}

td.ozs		{background-color: yellow;
		}

td.wctext	{font-size: 0.8em;
		}



td.finpictext	{font-size: 0.8em;
		}

td.blank	{font-size: 0.8em;
		}

td.grass	{background-image:url("/images/grass.jpg");
		}


.pageheading	{color: #483D8B;
		 font-size: 2em;
		 font-weight:bold;}

h2		{color: #483D8B;
		 font-size: 1em;
		 font-weight:bold;}

/*****************************/
/*                           */
/* Navigation menu styles    */
/*                           */
/*****************************/
/****************************************************************************************/
a.nav:link 		{color: #000000 ; text-decoration:none;}     /* unvisited link  */
a.nav:visited   	{color: #000000 ; text-decoration:none;}     /* visited link    */
a.nav:hover     	{color: #000000 ; text-decoration:none;}     /* mouse over link */
a.nav:active    	{color: #000000 ; text-decoration:none;}     /* selected link   */

a.currnav:link 		{color: #ffffff ; text-decoration:none;}     /* unvisited link  */
a.currnav:visited   	{color: #ffffff ; text-decoration:none;}     /* visited link    */
a.currnav:hover     	{color: #ffffff ; text-decoration:none;}     /* mouse over link */
a.currnav:active    	{color: #ffffff ; text-decoration:none;}     /* selected link   */
/****************************************************************************************/


a.1:link 		{color: #1E90FF ; text-decoration:none;}     /* unvisited link  */
a.1:visited     	{color: #1E90FF ; text-decoration:none;}     /* visited link    */
a.1:hover       	{color: #ff9900 ; text-decoration:none;}     /* mouse over link */
a.1:active      	{color: #1E90FF ; text-decoration:none;}     /* selected link   */

.black          {background-color: #000000; 
                } 

.yellow         {background-color: #ffff00; 
                } 

.red            {background-color: red; 
                } 

