.banner {
font-size: 14;
font-weight: bold;
padding-left: 3;
}

body {
font-family: arial, helvetica;
}

.border {
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
}

.cellborder {
border-left: 1px solid black;
border-bottom: 1px solid black;
font-size:12px;
}

.cellborder2 {
border-left: 1px solid black;
border-bottom: 1px solid black;
border-right: 1px solid black;
font-size:12px;
}

.copyright {
font-size: 10;
color: gray;
}

.footer {
font-family: arial;
font-size: 11;
color: lightgrey;
}

.header {
font-size: 16;
font-weight: bold;
}

a:link { color: black; }
a:visited {
	color: #000000;
}
a:active { color: red; }

.price {
font-weight: bold;
font-size: 12;
}

.theader {
color: lightgrey;
font-size: 12;
font-weight: bold;
}

.text {
font-size: 12;
padding-left: 7;
padding-right: 7;
}
.text2 {
font-size: 12;
padding-left: 7;
}
.textsmall {
font-size: 10;
padding-left: 7;
padding-right: 7;
}
