

body { 
	background-color:#E8C7FF;
	background-image: url(images/stone.jpg);
	background-repeat: repeat;
}

a { 
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: midnightblue;
	font-weight: bolder;
}

a.sad {
	color:white;
	text-decoration: none;
}

h1 { 
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	color: ;
	background-color: #F6EAFF;
	text-align: center;
	border-bottom: solid thick purple;
	border-top: solid thick purple;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #CBAEDF;
	letter-spacing: 0.3em;
	font-size: 16pt;
}

p { 
	font-size: 14pt ;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	line-height: 2em;
	margin: 0;
}

strong { 
	font-weight: bolder;
	font-variant: small-caps;
}

em { 
font-weight: 700;
}

dd { 
color: #1D1920;
}

dt { 
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: midnightblue;
	font-weight: bolder;
}

p.center {
	text-align: center;
}

a:hover {
	background-color: midnightblue;
	color: #E8C7FF;
}

footer {
		font-size: .8em;
}

a:active {
	color: white;
}

img.left {
	float: left;
	margin: 0 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

p.center {
	text-align: center;
}

#Advertisement {
	text-align: center;
	color: white;
	background-color: black;
	float: right;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

em {
	color: red;
}