/* Body.css - Cascading Style Sheet for Text Body */

BODY    {
        margin:0em;
        font-family:arial,modern,tahoma;
        background:#0000FF;
        color:#000000;
        }

H1      {
        margin:0em;
        font-family:arial,modern,tahoma;
        background:#0000FF;
        color:#FFFF00;
        }


A.NavBar:link  {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFFFF;
        }

A.NavBar:visited       {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FF0000;
        }

A.NavBar:active        {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFFC0;
        }

A.NavBar:hover {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFF00;
        }

A.Footer:link  {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFF00;
        }

A.Footer:visited       {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFF80;
        }

A.Footer:active        {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFFC0;
        }

A.Footer:hover {
        text-decoration:underline;
        font-weight:normal;
        background:#0000FF;
        color:#FFFF00;
        }
		
P.NavBar {
        text-decoration:normal;
        font-family:arial,modern,tahoma;		
        font-weight:normal;
        background:#0000FF;
        color:#FF0000;
        }		

TD.NavBar    {
        margin:0em;
        font-family:arial,modern,tahoma;
        background:#0000FF;
        color:#FFFFFF;
        }

H2.NavBar {
        text-decoration:normal;
        font-family:arial,modern,tahoma;		
        font-weight:normal;
        background:#0000FF;
        color:#FF0000;
        }		
		
		
P.Footer {
        text-decoration:normal;
        font-family:arial,modern,tahoma;		
        font-weight:normal;
        background:#0000FF;
        color:#FFFFFF;
        }				