.title_block {
	position: absolute;
	left: 150px;
	width: 520px;
	height: 150px;
	background-image:  url("SS_title.png");
}
.front_block {
	position: absolute;
	left: 200px;
	top: 160px;
}
.welcome_block {
	position: absolute;
	left: 150px;
	top: 200px;
	width: 468px;
	background-image:  url("blue_clouds.png");
	border: thick ridge #FF9999;
	font-family: "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #993300;
	text-align: center;
	padding: 16px;
}
.center_block {
	position: absolute;
	left: 200px;
	top: 420px;
	width: 400px;
	background-image:  url("blue_clouds.png");
}
.center_toc {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 400px;
	font-family: "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #993300;
	border: thick ridge #FF9999;
}
.samples_block {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 400px;
	background-image:  url("blue_clouds.png");
	border: thick ridge #FF9999;
}
.samples_box {
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #993300;
	text-align: center;
}
.left_block {
	left: 10px;
	top: 300px;
	position: absolute;
}
.shakespeare {
	font-family: "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color: #993300;
	text-align: center;
	padding: 10px;
}
.footnote {
	position: absolute;
	left: 350px;
	top: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #AAAAFF;
	text-align: center;
}
.samples_buttons {
	padding: 8px;
	text-align: center;
}
.back_button {
	padding: 8px;
	text-align: left;
}
.common_phrase {
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 14px;
	text-align: left;
}
.citation {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #993300;
	text-align: right;
	padding: 8px;
}
.entry_label {
	font-family: "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	color: #993300;
}
.entry_block {
	font-family: "Book Antiqua", Palatino, serif;
	width: 600px;
	color: #993300;
	font-size: 16px;
}
body {
	background-image:  url("Shakespeare_bkg.png");
}
.page_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
}
.left_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	width: 150px;
	text-align: center;
}
.Slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #993300;
	font-variant: small-caps;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
}
