a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #99CCFF;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;

}
font {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #99CCFF;
}
basefont {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #99CCFF;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #99CCFF;
	text-decoration: none;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	text-align: center;
	list-style-type: disc;
	list-style-position: outside;
	background-position: center;
	list-style: disc inside;
}
hr {
	color: Blue;
}
.larger {
	font-size: x-large;
}
.gxlarger {
	font-size: larger;
}
.gxsmaller {
	font-size: smaller;
}
.gxorange {
	color: #FFA500;
}
.gxwarn { 
	color: Red;  
	font-size: larger;
	font-style: italic;
}
.yellow {
	color: Yellow;
	font-size: larger;
}
a.regularlink:link {
	color: #6495ED;	
}
a.regularlink:visited {
	color: #4169E1;	
}
a.regularlink:hover {
	background-color: #696969;
	color: #6495ED;
}
a.gxlink:link {
	color: #FFA500;
	font-size: large;
}
a.gxlink:hover {
	background-color: #696969;
	color: #FFA500;
	font-size: large;
}
a.gxlink:visited {
	color: #B8860B;
	font-size: large;
	border: 0px;
}
img.grybrdr {
	 border: 8px outset Gray; 
}
.photog { 
	font-style: italic;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	color: #99ccff;
	}
.thumbtitle { 
	color: #B22222;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
 }
#errorPage p {
	color: #99ccff;
}