body{
	background-color: white;
	color: black;
	font: 1.1em/1.2em "Times New Roman",Times,serif;
}
h2{
	font-variant: small-caps;
	text-transform: capitalize;
	line-height: normal;
}
div#window{
	margin: 10px auto 10px auto; /* centers the web page  */
	padding: 0;
	width: 720px; /* a fixed width of 720px works well at 800x600 and up */
	border: 0;
	background-color: White;
	text-align: left; /* Defines the main window for display and wraps the entire page*/
}
div#links{
	width: 100%;
	border-style: solid;
	border-color: black;
	border-width: 0;
	margin-top: 0;
	padding-top: 5px;
	background-color: White;
	color: black;
	text-align: center; /* Defines the top bar of links on second level pages */
	position: relative;
	top: 0;
	left: 0;
	height: 35px;
}
div#spycorner{
	border:4px double;
	width:60%;
	padding:30px;
	margin-left:auto;
	margin-right: auto;
}
/* Define the classes  for use with any element */
.boldcenter{
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.box{
	border-style: ridge;
	width: 70%;
	margin-left: 15%;
	padding: 10px;
	text-align: center;
}
.button{
	font-size: large;
	font-weight: normal;
	text-align: right;
}
.center{
	text-align: center;
}
.copyright{
	color: silver;
	background-color: white;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.it{
	font-style: italic;
}
.memorial{
	border-style: ridge;
	width: 25%;
	padding: 10px;
	text-align: center;
}
.normal{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.small{
	font-size: small;
	font-weight: normal;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.title{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.wedding{
	border-style: ridge;
	width: 70%;
	margin-left: 15%;
	padding: 10px;
	text-align: center;
}
/* Define the characteristics of the links */
A:link{
	color: #0000CC; /* #FF3333 = Pantone 279,official Episcopal Red*/
	background-color: white;
	font-weight: normal;
}
A:active{
	color: #0000CC;
	background-color: white;
	font-weight: normal;
}
A:visited{
	color: #0000CC;
	background-color: white;
	font-weight: normal;
}
A{
	text-decoration: none;
}

