 
/* Style sheet for StarrImages.com */

body { 
	font-family: "Arial"; font-size: medium;
	background-color: #CCCCCC;
	background-image: url(images/PurpleMarble.jpg);
}

h1 { 
  font-family: Georgia, serif; font-size: 1.25em; font-weight: bold; font-style: normal;
  color: #000000; text-align: center;
  margin-top: .25em; margin-bottom: .5em; }

h2 { 
  font-family: "Arial"; font-size: 1em; font-weight: normal; font-style: normal;
  color: #000000; text-align: center;
  margin-top: 0em; margin-bottom: .25em; }

h3 { 
  font-family: "Arial"; font-size: 1.2em; font-weight: bold; font-style: normal;
  color: #000000; text-align: center;
  margin-top: 0em; margin-bottom: .25em; }

p { 
   font-family: "Arial"; font-size: 1em; }

.caption {
   font-family: Arial; font-size: .75em; font-style: normal;  font-weight: normal;
   color: #000000; }
	
.photo { text-align: center; } /* photos in table cells */

a:link { color: #3E68B2 } /* unvisited links */

a:visited { color: #7A7691 } /* visited links */

a:active { color: #990099 } /* when link is clicked */

a:hover  {  color: #990099 } /* hover */


