body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	padding-top:5px; 
  	padding-left:0px; 
  	padding-right:0px; 
  	padding-bottom:5px;
}
th {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;	
}
td {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}	
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #0099FF; margin-bottom: 0px; padding-bottom: 0px;}

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #0099FF; }
/* Blue font at top of slideshows that says BUY PRINTS */

h3 { font-family: Arial, Helvetica, sans-serif; font-size: 17px; color: #0099FF; }

h4 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #0099FF; }

h5 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000; 
	 margin-bottom: 0px; padding-bottom: 0px; }
	 
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 1000; color: #33CCCC; margin-bottom: 0px; padding-bottom: 0px;}

}
a:link {color:#0099FF; text-decoration:underline; font-weight: bold; } 
a:visited {color:#0099FF; text-decoration:underline; font-weight: bold; } 
a:hover {color:#0099FF; text-decoration:underline; font-weight: bold; } 
a:active {color:#0099FF; text-decoration:underline; font-weight: bold; } 
}


/* CSS NOTES */

/* Use this for inline styles to prevent old browsers brining up syntax

<style type="text/css">
<!--

-->
</style>

/* Use this in the html when you define a variable as .header etc

<span class="header">
   New Cameras
</span>

*/