<!-- Caramella Website Default Style Sheet -->
<!-- (C) Copyright 2008 Caramella Ltd -->

BODY {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	background-image: url(LogoBgd.jpg)
}


<!-- Headings -->

<!-- H1 - Main page heading -->
<!-- H2 - Category headings within page -->
<!-- H3 - Additional Text below H1 heading -->
<!-- H4 - Site links at top of every page -->
<!-- H5 - Links to other pages in current category (below H4, above H1) -->
<!-- H6 - Sub-heading below main page heading -->

H1, H2, H3, H4, H5, H6 {
	text-align: center}

H1 {
	font-size: xx-large;
	font-weight: bold;
	color: mediumblue}

H2 {
	font-size: x-large;
	font-weight: bold;
	color: steelblue}

H3 {
	font-size: normal;
	font-weight: normal;
	font-style: italic}

H4 {
	font-size: normal;
	font-weight: normal;
	font-family: times}

H5 {
	font-size: normal;
	font-weight: normal;
	font-style: italic}

H6 {
	font-size: large;
	font-weight: bold;
	color: mediumblue}


<!-- General classes -->

.left {
	text-align: left}
	
.center {
	text-align: center}

.right {
	text-align: right}


<!-- Classes for text -->

.copyright {
	font-family: times;
	font-size: small;
	text-align: right}

.footnote, .note {
	font-style: italic;
	color: firebrick}

.footnote {
	text-align: center}

.formnote {
	font-size: x-small}

.formline {
	font-size: small}

.handwriting {
	font-family: cursive;
	font-style: italic;
	color: steelblue}

.outofstock {
	color: gray}

.prevnext {
	text-align: center;
	font-size: large}

.smallpadding {
	font-size: xx-small}

.tableheadings  {
	font-weight: bold}


<!-- Classes for images -->
<!-- (By default we do not display borders around images used as links) -->

IMG {
	border: none}

IMG.thumbspace  {
	margin-right: 50}

IMG.thumbspaceright {
	float: right;
	margin-left: 50}


<!-- Note: table formatting is defined in the HTML
     because using CSS to do it is simply a pain! -->
