h1 {color: purple; text-align: center }
/* make all top level headers purple and center */

/* h1 {background:white; color: purple; text-shadow: black 0px 0px 5px;} */ 
/* would make shadow letters if browser supported it */

body {background: #EAE4EF} 
/* background color is light purple */

.boxframe { color: purple;
           border: 5px solid;
           padding: 30px;
           width: 90%;  
         }
/* make purple box around page */

.boxlogo { color: purple;
          border: 3px solid;
          padding: 5px;
          width: 90%;
         }  		
/* make purple box around logo */

.boxtitle { color: purple;
          border: 3px solid;
          padding: 5px;
          text-align: center;
          width: 90%;
         }
/* make purple box around title */

.boxphoto { color: purple;
            border: 3px solid;
            padding: 5px;
            width: 90%;
          }
 
.center {text-align:center}
/* center this text */

.nobullet li {list-style-type:none}
/* no bullets on these list items */

.plain {list-style-type:none}
/* make one list item in larger list have no bullet */

li p:first-letter {font-size: large}
/* make first letter of every paragraph in a list large */

/*li:first-letter {color: red} */
/* make the first letter of each list item red */

a:visited {color: #00A54E}
/* make visited links green */

a:hover {color: red}
/* will make every hyperlink red as you move your mouse over it */

/* a.bottom_links {color: purple} */
/* will make every link of class "bottom_links" purple */

table.bottom td {background-color: silver;}
/* will make all bottom table cells have silver background */

.return {width: 25%; margin-right:auto; margin-left:auto;} 
/* center table on page */

table.return td {background-color: silver}
/* will make all return table cells have silver background */

th {background-color: silver}
/* make table header background silver */

a {color: blue} 
/* make all links blue */

.plain {border-style:none}
/* no border */

.textcol1 {width:55%;vertical-align:top;}
/* width of table column is 50% */

.textcol2 {width:35%;vertical-align:top}
/* width of table column is 40% */

.textcol3 {width:40%;vertical-align:top}
/* width of table column is 40% */

.spacer {width:10%}
/* width of spacing column is 10% */
