/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* usefull hints
   . denotes a class ie for multiple instances of a style
   # denotes an id used for a singel instance of a style
*/


/*****************************************/
/* generic styles */

body{
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	color:#000000;
}
