@charset "utf-8";
/* CSS Document */

body {
	background-color: #830540;
}
.header {
	color: #830540;
	font-size: x-large;
}
.navtext {
	font-family: "Monotype Corsiva";
	color: #830540;
	font-size: x-large;
}
.sections {
	font-weight: bold;
	font-size: large;
}
.about {
	text-align: center;
}
.cart {
	font-size: x-small;
}
.floatright { 
    float: right; 
}.description {
	font-size: x-small;
}

