/* CSS Document */

/* SELECTABLE STYLES IN EDITOR */

.Heading1,H1 {
	font-family:Arial;
	font-size:20px;
	font-weight:500;
	color:#558ebe;
	}
.Heading2,H2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#036cb6;
	}
	A               {color:#036cb6; text-decoration:underline;}
	A:hover         {color:red;}
