/* Petitt's Creations - www.petittscreations.com
   For all browsers - Latest revision February 23, 2008 */

@import "better.css";

/* Basic styling */

html, body {background: #ffc6d7; color: #000;
   font-family: "Palatino Linotype", "Book Antiqua", "Century Schoolbook", serif;}

acronym {border-bottom: 1px dotted; cursor: help;}



/* Headings and links */

h1 {background: transparent; color: maroon; text-align: center;}

h2, h3 {background: transparent; color: green;
   font-family: Arial, Helvetica, sans-serif;}

a:link {background: transparent; color: #00c;}
a:visited {background: transparent; color: #c09;}
a:hover {background: #3f0; color: #000;}
a:active, a:focus {background: #ffd700; color: #000;}



/* Floating elements */

.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}