﻿/* style sheet for stained glass photos */

body
{
	font-family:"Times New Roman", Times, serif;
	background-image: url('sumtextb.jpg');
	color: #800080;
}
.navbuttons {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	padding:10px;
}
.navbuttons a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	background:black;
	text-decoration:none;
	
}

.navbuttons a:link {
	color:white;
}
.navbuttons a:visited {
	color:white;
}
.navbuttons a:hover {
	color:yellow;
	background:teal;
}	
.navbuttons a:active:
{
	color:orange
}
#contentsg  {
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:1000px;
	background:black;
	border-width:2px;
	border-style:solid;
	border-color:teal;
}
h2 {
	padding: 0px 0px;
	color:white;
	border-right:medium #3399ff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background:black url('images/stainedglasstop.jpg') repeat-y right;
	background-repeat:repeat;
	margin:0;
}
.photodisplay img {
	border: 5px solid black;
}
#photodisplay {
	position:absolute;
	top:6em;
	right:10em;
	
}
.photorow img {
	border: 5px solid black;
	margin:20px;
}
#description {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	width:300px;
	margin-left:1em;
	margin-top:1em;
}
.cap {
	font-size:xx-large;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

