.body
	{
	font-family : sans-serif;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	}
A:LINK
	{
	}
A:ACTIVE
	{
	}
A:VISITED
	{
	color : Red;
	text-decoration : none;
	border : none;
	}
TH
	{
	text-align : center;
	color : White;
	background-color : Black;
	}
.navigate
	{
	background-color : White;
	font-size: 20px;
	color: Black;
	font-weight : 900;
	}
.heading
	{
	font-size : large;
	text-decoration : underline;
	text-align : center;
	}
.x
	{
	color: red;
	font-size : 80px;
	font-weight : 900;
	}
.tra
	{
	color : blue;
	font-size : 40px;
	font-weight : 900;
	}
.storage
	{
	color : blue;
	font-size : 30px;
	font-weight : 900;
	font-style : italic;
	}
.penticton
	{
	font-size: 20px;
	font-weight : 900;
	}
.pageid
	{
	font-size : medium;
	color : green;
	}
.promotion
	{
	color : magenta;
	font-size: 30px;
	font-weight : 900;
	}
.restrictions
	{
	font-size: small;
	}
.description
	{
	font-size: medium;
	}
.xx-large
	{
	font-size : xx-large;
	font-weight : 900;
	}
.x-large
	{
	font-size : x-large;
	font-weight : 600;
	}
.large
	{
	font-size : large;
	font-weight : 500;
	}
.medium
	{
	font-size : medium;
	font-weight : 400;
	}
.small
	{
	font-size : small;
	font-weight : 300;
	}
.x-small
	{
	font-size : x-small;
	font-weight : 200;
	}
.xx-small
	{
	font-size : xx-small;
	font-weight : 100;
	}
.indented
	{
	text-indent : 10px;
	text-align : left;
	}
.bold
	{
	font-weight: 900;
	}
.underlined
	{
	text-decoration: underline;
	}
.boldunderlined
	{
	font-weight: 900;
	text-decoration : underline;
	}
.italic
	{
	font-style : italic;
	}
.italicxxsmall
	{
	font-style : italic;
	font-size : xx-small;
	}
.red
	{
	color : Red;
	font-weight : 900;
	}
.left
	{
	text-align : left;
	}