/* StyleSheet1 (style1) created by Penn Moyer to be used with Enchanted site html code is <link rel=stylesheet type="text/css" href="style1.css"> */

body      {background: url(canvas.html)}

h1        {color:blue; font-size:120%; font-family:"Verdana", "Arial",           "sans-serif"}

img       {float:left}



.cap      {font-size:200%; color:blue; font-family:"cursive",                    "fantasy"}
/* to use .cap, type <span class="st">...</span> */

p.indent  {text-indent: 1em}
/* to use p.indent, type <p class="indent">...</p> */

p.margins {margin-right: 5%; margin-left: 5%}

p.squish  {margin-right: 5%; margin-left: 5%; text-indent: -1em}
/* squish creates a hanging indent */

div.links {text-align:center; color:blue}



a:link    {background-color:#FFC4A; color:blue; font-weight:bold;  
          text-decoration:none}
/* ffc4a is orange */

a:visited {background-color:FFC4A; color:maroon; font-style:italic;
          text-decoration:none}

a:hover   {background-color:FFC4A; color:white; font-weight:bold;
          text-decoration:none}

a:active  {background-color:FFC4A; color:green;
          text-decoration:none}

a.external:link  { color:blue; text-decoration:none }