/* General style sheet for DeBoos Pine Ridge Ranch Adventures called styleprra.css */

P, UL, LI  { font-family: serif;
    font-size: 12pt; color: #804040;
    background: #FFFDF2; }

TABLE, TR, TD  { font-family: serif,
    12pt; color: #804040;
    background: #FFFDF2; }
 
H2  { font-family: Georgia, Times, serif; 
    font-size: 28pt; color: #804040;

A: {color: maroon;
   text-decoration: underline; }

A:link {color: maroon;
   text-decoration: underline; }

A:visited {color: green;
   text-decoration: underline; }

A:active {color: red;
   text-decoration: underline; }


