@charset "iso-8859-1";
html, body{font-family: Arial, Tahoma, "Trebuchet MS", Verdana, Helvetica, sans-serif;}
a:link	  {color: #00f; background-color: transparent;}
a:visited {color: #a05; background-color: transparent;}
a:hover	  {color: #f00; background-color: transparent;}
a:active  {color: #50a; background-color: transparent;}

h1, h2, 
h3, h4, 
h5, h6	  {font-family: "Comic Sans MS", "Bradley Hand ITC", 
           Georgia, Whimsey, Critter, Cottonwood, fantasy;}

h1,h4	  {color: red;   text-align: center;}
h2,h5	  {color: blue;  text-align: center;}
h3,h6	  {color: green; text-align: left;}

img.center{display: block; margin-left: auto; margin-right: auto;
	   margin:0 auto;	/*centers images in most browsers*/
	   text-align:center; 	/*centers images in older browsers*/
	   }

.red	{color: #f00; background-color: transparent;}
.blue	{color: blue;}
.green	{color: green;}


.center    {text-align: center;}
.rightjust {text-align: right;}

.code	{font-family: "Times New Roman", Times, Georgia, Aldus, serif;
    	font-weight: bold; color: blue; background-color: transparent;
	}

.indent20{margin-left: 20px;}
.indent40{margin-left: 40px;}
.indent60{margin-left: 60px;}
.indent80{margin-left: 80px;}

.small	{font-size: 80%;}
.tiny	{font-size: 60%;}
.thick	{font-weight: bold}
.thicker{font-weight: 900}