
/*Heading styles*/
 		
 		H1
 		{ 
 		color: darkblue; 
 		font-family: 'Times New Roman', 'Times', serif;
 		font-size: 42px; 
 		font-weight: 500
 		}

 		H2
 		{ 
 		color: darkblue; 
 		font-family: 'Times New Roman', 'Times', serif;
 		font-size: 30px; 
 		font-weight: 500
 		}
 		

	
/*Line styles*/
		HR
		{
		height: 1px;
		width: 75%;
		color: #cccccc;
		}
/*Anchor styles*/

a:link {color: #000066; font-weight: bold; text-decoration: none;}     /* unvisited link */
a:visited {color: #000066; font-weight: bold; text-decoration: none;}  /* visited link */
a:hover {color: #990000}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

/*Table styles*/

		TABLE
		{
		border-style: solid; 
		border-width: 1px; 
		border-collapse: collapse; 


		}
		
				TABLE.small
		{
		border-style: solid; 
		border-width: 1px; 
		border-collapse: collapse; 
		background: #ffffcc /*#ccff99*/

		}
