/* style sheet for Palmer Lake Art Group */

/* generic header styles */

h1, h2, h3, h4, h5, h6 {color: black; font-family: New Times Roman}

hr		{color: black; background-color: black; height: "2"}

/* generic body styles */

.foo {background-image: url(canvas.jpg)}

.logo {text-align: center; width: 100%; border-bottom: 1 solid black}


/* link styles */

.links {width: 170; text-align: center; font-size: 18pt;
	margin-right: 10; padding: 15}
.links a {color: red; display: block}
.links a:link {text-decoration: underline}
.links a:hover {text-decoration: underline; color: black}
.links a:visited {color: navy}
.links a:active {text-decoration: none}

/* paragraph styles */

.main  {font-family: Times New Roman; font-size: 18pt;
	width: 100%; float: left; padding-left: 10}

.firstp:first-line {font-variant: small-caps; color: blue}
.firstp:first-letter {float: left; font-size: 300%}

/* image styles */

.image-right {float: right; padding-right: 10; padding-left: 10}
.image-left  {float: left; padding-left: 10; padding-right: 10}
.image-center {text-align: center}

/* table styles */

.tables		{font-family: new times roman, serif;
	 	 font-size: 1em;
	 	 color: blue;
	 	 float: left}
.captions	{font-family: new times roman, serif;
		 font-weight: bold;
		 font-size: larger}
.headings	{color: blue}





address {color: orange; font-style: italic; font-variant: small-caps;
	 text-align: center; clear:both;
	 border-top: 1 solid orange}





/* <div> a generic block level element </div>
    an id value must be unique in an HTML document
    a class value may be repeated
    

    Pseudoclasses for links  uses : to connect
      link
      visited - links that have been 'clicked'
      hover - links that are pointed to 
      active - current link */