@charset "iso-8859-1";	

body {background-image: url(parchment.jpg);}

a {color: White;}

.name {
	font: italic x-large serif;
	text-align: center;
	color: White;
}

.wineitalic {
	font-style: italic;
	color: #990000;
	font-family: serif;
}

.whiteitalic {
	font-family: serif;
	font-style: italic;
	color: White;
}

.white {
	font-family: serif;
	color: White;
}
.bold {
	font-weight: bold;
}