/* Styles CSS Document - Styles remain if the structure is removed. */

body {
	
}
input, textarea {
	
}
a {
	
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
}
tr {

}
th, td {
	
}
th {
	
}
td {
	
}
.price {
	text-align: right;
	padding-right: 10px;
}


.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normal {
	font-weight: normal;
}
.smaller {
	font-size: 0.7em;
}
.newline {
	display: block;
	padding-bottom: 0.3em;
}
.highlighted {
	
}
.topmargin {
	margin-top: 10px;
}
.bottommargin {
	margin-bottom: 10px;
}

.larger {
	font-size: 1.2em;
}
.large {
	font-size: 1.1em;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}





