/* Holistic Trainer CSS copied from Oceaneye */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	background-color: #FF9900;
}
th {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #339999; 
    padding: 0.2cm;
}
td {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
    padding: 0.2cm;
}

/* Blue Headers */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 19px; color: #000066; font-weight: bold; margin-bottom: 0px; padding-bottom: 0px;}

/* Light Blue Headers */
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #339999; font-weight: bold; margin-bottom: 0px; padding-bottom: 0px;}

/* Black bold headers */
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold; margin-bottom: 0px; padding-bottom: 0px;}

}
a:link {color:#339999; text-decoration:underline;} 
a:visited {color:#339999; text-decoration:underline;} 
a:hover {color:#000066; text-decoration:underline;} 
a:active {color:#339999; text-decoration:underline;} 
}


/* CSS NOTES */

/* Use this for inline styles to prevent old browsers bringing 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>

margin-bottom: 0px; padding-bottom: 0px;

*/
