A:LINK {
	color : Blue;
}

A:VISITED {
	color : Maroon;
}

BODY {
	background-color : White;
	font-size : 100%;
	text-align : left;
}

H1 {
	font-size : 200%;
	text-align : center;
	text-transform : uppercase;
}

H2 {
	font-size : 175%;
	text-align : center;
	text-transform : uppercase;
}

H3 {
	font-size : 150%;
	text-align : center;
}

H4 {
	font-size : 100%;
	text-align : center;
}

H5 {
	font-size : 80%;
	text-align : center;
}

H6 {
	font-size : 60%;
	text-align : center;
}

P {
	text-indent : 10%;
}

TD {
	vertical-align : top;
}

TD.about {
	background-color : #b3ffd9;
}

TD.gallery {
	background-color : #c0ffff;
}

TD.guest {
	background-color : #ffffb3;
}

TD.home {
	background-color : #ffc6a6;
}

TD.learn {
	background-color : #ffb3b3;
}

TD.links {
	background-color : #ceb3fc;
}

TD.new {
	background-color : #ffd9bf;
}

TD.patterns {
	background-color : #ffcce6;
}


TD.printed {
	background-color : #99ccff;
}

th.about {
	background-color : #b3ffd9;
}

th.gallery {
	background-color : #c0ffff;
}

th.guest {
	background-color : #ffffb3;
}

th.home {
	background-color : #ffc6a6;
}

TH.learn {
	background-color : #ffb3b3;
}

th.links {
	background-color : #ceb3fc;
}

th.new {
	background-color : #ffd9bf;
}

th.patterns {
	background-color : #ffcce6;
}



th.printed {
	background-color : #99ccff;
}

.textextralarge {
	font-size : 150%;
	font-weight : lighter;
}

.textlarge {
	font-size : 130%;
	font-weight : lighter;
}

.textmedium {
	font-size : 110%;
	font-weight : lighter;
}

.textmediumlarge {
	font-size : 120%;
	font-weight : lighter;
}

.textsmall {
	font-size : 75%;
	font-weight : normal;
}

