body {
	font-family: tahoma;
	font-size: 80%;
	color: white;
}

table {
	font-size: 100%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}
#discount {
	text-decoration: line-through;
	font-size: 12px;
	color: white;
}

#price {
	font-size: 18px;
	font-weight: bold;
}

#nomargin {
	margin: 0
}

a {
	color: lightblue
}

a:hover {
	color: orange
}
