/* Style sheet for Banyan Tree Crafts website */

body, td, th {
	color:           #660099;
  background-color: #FFFFEE;
	font-weight:     normal;
	font-family:     "Comic Sans MS", arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
	margin-left: 20px;
	margin-right: 20px;
}

body.nomargin {
  margin-left: 0px;
	margin-right: 0px;
}

.pic {
	border: #660099 solid 1px;
	font-size: small;
	padding: 5px;
	text-align: center;
}

.left{
  float: left;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}

.right{
  float: right;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
}

.centre{
  text-align: center;
  float: none;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.contact {
        border: #660099 solid 2px;
}

h1 {
        font-size: large;
        font-weight: bold;
}

h1.title {
        border: #660099 solid 2px;
        text-align: center;
}

h1.cover {
				 font-family: "Bradley Hand ITC", "Comic Sans MS", arial, helvetica, sans-serif;
				font-size: xx-large;
				font-weight: bold;
}

h2, dt {
        font-size: medium;
        font-weight: bold;
}

h3 {
        font-size: small;
        font-weight: bold;
}

h4 {
        font-size: x-small;
        font-weight: bold;
}

dd, ul {
        font-size: small;
}

p {
        font-size: small;
        text-align: justify;
}

p.notes {
        font-size: x-small;
}

p.cover {
				text-align:center;
				text-justify:none;
}

p.error {
        color:           #FF0000;
}

a:link, a:visited, a:active {
	color:           #666699;
	font-weight:     normal;
	font-family:     "Comic Sans MS", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;

}

a:hover {
	color:           #663366;
	font-weight:     normal;
	font-family:     "Comic Sans MS", arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: small;

}
