/*  stylesheet for Roxy Trading Inc. by Thomas Tivnen 08/01/2021    */

body  {   
       
		margin: 0;
          /*      background-image: url("../images/bkgd1.jpg");   */
                font-family: Verdana, Geneva, sans-serif;
                font-size: 14pt;
                color: #000;
                text-align: left;
              
           }


h2   {
	font-family: 'Metal Mania', cursive;
	color: #933800;
}

footer      {
	background-color: #000;
	color: #fff;
	height: 310px;
	width: 96%; 
	border: 15px solid #933800;
	line-height: 15px;
}

nav a:link              {   color: #080808; text-decoration: none;   }
nav a:visited           {  color: #080808; text-decoration: none;    }
nav a:hover             {  color: #080808; background: #FFB6C1;      }
nav a:active            { text-decoration: none; color: #080808;     } 