/*
     Yellow Butterfly Art by DS
     Author: Robert Sprowl
     Date: 1 Nov 2020

*/

body       {margin: 0px; color: white; 
            background: rgb(53, 52, 52) url(back.jpg) repeat-y}
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: yellow}
h1         {border-bottom: 2px solid orange; background-color: rgb(53, 52, 52)e; margin: 0px; padding: 0px}
ul         {margin-top:0px}

#outer_container   {width: 780px}s
#head              {text-align: right}

#links             {float: left; width: 200px}
#links ul          {list-style-type: none; margin-left: 15px; padding-left: 0px}
#links li.newGroup {margin-top: 15px}
#links a:link      {text-decoration: none}
#links a:visted    {text-decoration: none}
#links a:hover     {color: rgb(177, 161, 24); text-decoration: underline}
#links a:active    {text-decoration: none}

#article           {margin-left: 200px}

/*#right_col         {width: 200px; position: absolute; top: 100px; left: 800px}  */
#right_col         {float: right; width: 200px} 

#firstp:first-line   {font-variant: small-caps}
#firstp:first-letter {float: left; font-size: 400%; line-hieght: 0.8}


#pullout           {float: right; width: 250px; margin: 0px 0px 10px 10px; 
                    border: 5px outset orange; background-color: ivory;
                    font-size: 10pt; font-family: Arial, Helvetica, sans-serif}
#pullout h2        {text-align: center; background-color: white; margin-top: 0px;
                    border-bottom: 2px solid orange}
#pullout ul        {list-style-image: url(bullet.jpg); margin-left: 25px; padding-left: 0px}

address            {text-align: center; font-style: normal; font-variant: small-caps;
                    border-top: 2px solid orange; color: orange}
