h2     {text-align: Center; border-style: solid;
        background-image: url("images/TN_rock012.jpg"); background-color: red;
        border-color: 040C99}

h1      {text-align: Center;
        background-image: url("images/wood_0002.jpg"); background-color: red;}

Body    {background-image: url("images/wood_0020.jpg");background-attachment: fixed;
        Font-Family: sans-serif, times, courier;border-color: #ff0000}

p       {Font-size = 16px; Font-Family: sans-serif, times, courier; 
        color: white; margin-right: 150px; margin-left: 50px}
        
h3      {color: FFCC00}
        


a:hover {background-color:blue; color:red;}

table   {background-image: url("images/TN_rock012.jpg")}

td      {border-color = "black"}

<span style="cursor:pointer">
Pointer</span><br />



