a {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	color: silver;
	font-variant: small-caps;
	border: outset;
	padding: 2px 4px 2px 4px;
} 
a:visited { 
color : gray;
} 
a:hover { 
border : inset;
} 
h1 {
	font-family: "Times New Roman", Times, serif;
	color: silver;
	font-weight: bold;
	font-size: large;
} 
p {
	font-family: "Times New Roman", Times, serif;
	color: gray;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
} 
body {
	background-image: url(images/backgrounds/gothicbackbw.jpg) tile;
	background-attachment: fixed;
	background: url(images/backgrounds/gothicbackbw.jpg);
	background-color: Black;
}
