P { 
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 14pt;
	color: black; 
	font-weight: normal;
}

.large {
	font-size: 16pt;
	color: black; 
}

.small {
	font-size: 8pt;
	color: black; 
}

.small2 {
	font-size: 10pt;
	color: black; 
}

.medium {
	font-size: 12pt;
	color: black; 
}

.book {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 12pt;
	color: black; 
	font-weight: normal;
	text-align: left;
}
.return {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 14pt;
	color: black; 
	font-weight: normal;
	text-align: center;
}

B {
	font-weight: bold;
	color: black;
}

H1 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 28pt;
	font-weight: normal;
	color: black;
}

.wshs {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 28pt;
	font-weight: bold;
	Color: Green;
}

.astro {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 28pt;
	font-weight: bold;
	Color: blue;
}
.book1 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 28pt;
	font-weight: bold;
	Color: Maroon;
	text-align: center;
}

H2 {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 22pt;
	font-weight: normal;
	color: black;
}
.bike {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 20pt;
	font-weight: bold;
	Color: navy;
}
.h2green {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 22pt;
	font-weight: normal;
	color: Green;
	}

.book2 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 22pt;
	font-weight: bold;
	Color: Maroon;
	text-align: center;
}
H3 {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 18pt;
	font-weight: normal;
	color: black;
}

.h3green {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 18pt;
	font-weight: normal;
	color: Green;
	}

.book3 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 18pt;
	font-weight: bold;
	Color: Maroon;
	text-align: center;
}
PRE {
	font-family: "Courier New", Courier;
	color: black;
}

BODY {
	/*text= "Black" */
	/*background: white; */ 
	font-family: Georgia, Verdana, Arial, Trebuchet;
}

UL { 
	font-family: Arial;
	font-size: 12pt;
	color: black; 
}

OL { 
	font-family: Arial;
	font-size: 12pt;
	color: black; 
}
.blue { 
	font-family: Arial;
	font-size: 12pt;
	color: navy; 
}

TD {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	bordercolor: black;
	font-weight: 600;
}

.tdknown { 
	font-family: Arial;
	font-size: 10pt;
	color: red;
	bordercolor: black;
	font-weight: bold;
}
.menu { 
	font-family: Arial;
	font-size: 9pt;
	color: Black;
	font-weight: bold;
}
.tdnorm { 
	font-family: Arial;
	font-size: 12pt;
	color: Black;
	font-weight: normal;
}
.tdnorm2 { 
	font-family: Arial;
	font-size: 14pt;
	color: Black;
	font-weight: normal;
}

.tdsmall { 
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	font-weight: normal;
}
.tdbook {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 13pt;
	color: black; 
	font-weight: normal;
	text-align: left;
}
.tdbook3 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 18pt;
	font-weight: bold;
	Color: Maroon;
	text-align: center;
}
ADDRESS {
	font-size: 9pt; 
}

input.astro{
align:right;
font-family: Arial;
font-size: 10pt;
color: black; 
font-weight: normal;
text-align: right;}


A:link { color: Black }          /* unvisited link */
A:visited { color: Navy }        /* visited links */
A:active  { color: Teal }        /* active links */



