BODY
{
	background-attachment: fixed;
	background-image: url(../Images/bg.gif);
	cursor: crosshair;
	color:Black;
	background-color:White;
}
A:link
{
	color: #ff0000;
	text-decoration: none;
}
A:visited
{
	color: #9999ff;
	text-decoration: none;
}
A:hover
{
	color: #ffccff;
}

/* Unused links block */
A.unused:link
{
	list-style-position: inside;
	font-size: x-small;
	color: olivedrab;
	font-style: italic;
	list-style-type: disc;
	text-decoration: none;
}
A.unused:visited
{
	list-style-position: inside;
	font-size: x-small;
	color: forestgreen;
	font-style: italic;
	list-style-type: disc;
	text-decoration: none;
}
A.unused:hover
{
	list-style-position: inside;
	font-size: x-small;
	color: #ffccff;
	font-style: italic;
	list-style-type: disc;
	text-decoration: none;
}
TABLE.unused
{
	background-repeat: repeat-y;
	background-color: transparent;
}
.LinkGbpecImage
{
	color:Black;
	font-weight:bold;
	font-style:italic;
	font-size:x-small;
	background-image:url(http://www.gbpec.org/images/himalayas1.jpg);
}
.redHeading
{
	color: #FF0000;
	font-weight: bold;
	font-size: larger;
}
.redName
{
	color: #ff0000;
	font-style: italic;
}

.yellowDate
{
	color:Yellow;
	font-weight: bold;
}
/* Disclaimer */
BODY.disclaimer
{
	font-family:Chiller,Monotype Corsiva,Comic Sans MS;
	scrollbar-base-color:darkgreen;
	scrollbar-track-color:black;
	scrollbar-3dlight-color:darkred;
	scrollbar-arrow-color:black;
}
/*Contact*/
TABLE.contact
{

}
TD.contact
{
	color:limeGreen;
	font-weight:normal;
	
}
TR.contact
{
	color:Red;
	font-weight:bold;
	font-style:italic;
}
A.contact:link
{
	color:Yellow;
	
}
A.contact:visited
{
	color:White;
}
A.contact:hover
{
	color: #ffccff;
}


/* Use ssmItems for menu */
A.ssmItems:link
{
	list-style-position: inside;
	font-size: x-small;
	color: lawngreen;
	font-style: italic;
	list-style-type: disc;
	text-decoration: none;
}
A.ssmItems:visited
{
	list-style-position: inside;
	font-size: x-small;
	color: lawngreen;
	font-style: italic;
	list-style-type: disc;
	text-decoration: none;
}
A.ssmItems:hover
{
	font-weight: bold;
	list-style-position: inside;
	color: black;
	font-style: italic;
	list-style-type: disc;
	/*background-color: lawngreen;*/
	text-decoration: none;
}
