
/*Heading styles*/
 		
 		H1
 		{ 
 		font-family: 'Times New Roman', 'Times', serif;
 		font-size: 42px; 
 		font-weight: 500
 		}
 		H2
 		{ 
 		font-family: 'Times New Roman', 'Times', serif;
 		font-size: 24px; 
 		font-weight: 500
 		}
	
/*Line styles*/
		HR
		{
		height: 1px;
		width: 100%;
		color: #cccccc;
		}
		

		
/*Anchor styles*/

a:hover {text-decoration: underline}
