A:link  {text-decoration: none; color: blue}
A:visited   { color: purple; text-decoration: none }
A:hover      { color: navy }
table     {
	font: normal 9pt/100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
h1     {
	font: normal 12pt/100% Verdana, Arial, Helvetica, sans-serif;
}
h2    {
	font: normal 11pt/100% Verdana, Arial, Helvetica, sans-serif;
}
h3       {
	padding-left: 5px;
	font: normal 10pt/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h4     { font-style: italic; font-weight: normal; font-size: 11pt; line-height: 100%; font-family: Arial, Verdana, Helvetica; padding-left: 5px }
h5     { font-style: normal; font-weight: normal; font-size: 13px; line-height: 1.5em; font-family: Arial, Verdana, Helvetica; text-indent: 5px; padding-left: 5px }
h6     { font-style: italic; font-weight: normal; font-size: 10pt; line-height: normal; font-family: Arial, Verdana, Helvetica; padding-left: 5px }
body  {
	color: #333333;
	background-color: white;
	margin: 10px;
	padding: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} /* sets page margins to 10 */

img.block {
	display: block;
} /* this makes the images in the navigation fit the table correctly */

p,td,div,span,li,b,i,u  {
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
} /* set colour and font family for text on page */

div.pad  { text-align: left; padding: 5px } /* provides padding of 5px to its contents */

.text   {
	width: 495px;
	font: 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-left: 5px;
}
.narrowtext { font-size: 13px; line-height: 1.5em; padding: 15px 15px 0px; width: 250px }
/* sets width and padding for its contents, see text.html */

.smaller   { color: #333333; font-size: 11px; line-height: 1.2em; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 15px 15px 0px } /* properties for text classed as smaller */

.small {
	padding: 0px 10px 10px 10px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
} /* properties for text classed as small */

.tourtext      { color: #333333; font-size: 11px; line-height: 1.3em; font-family: Arial, Helvetica, sans-serif; padding: 0px 10px; width: 227px } /* text on photographers tour page */

.producttext {
	padding: 0px 10px 10px 10px;
	width: 241px;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
} /* text on photographers tour page */

div.nav     { padding: 0px 0px 0px 7px } /* sets padding and width for the left hand navigation on pages */

/* below are the styles for links in the left hand navigation for text/text pic/product templates
   underline when mouse over, else plain
   stay same color when visited
*/
a.nav:link      {
	color: white;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
	font: normal 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
a.nav:visited      {
	color: white;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
	font: normal 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
a.nav:hover      {
	color: white;
	text-decoration: underline;
	padding: 0px 0px 0px 7px;
	font: normal 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
