﻿/* SET GLOBAL FONT PROPERTIES HERE */
html,body,div,header,footer,nav,article,section,figure,aside,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,del,tt,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td
										{color:#000000; font-family: “Gill Sans”, “Gill Sans MT”, Calibri, sans-serif; 	font-size:100%;	-webkit-font-smoothing: antialiased; }
										
										h1 { font-size: 175%; font-weight: bold; color: rgb(99, 122, 201); }
										h2 { font-size: 150%; font-weight: bold; color: rgb(131, 74, 181); }
										h3 { font-size: 120%; font-weight: bold; color: rgb(65, 160, 149); }
										h4 { font-size: 100%; font-weight: bold; color: #000000; }
										
a:link {color: rgb(99, 122, 201);}    /* unvisited link */
a:visited {color:#666666} /* visited link */
a:active {color:teal}  /* selected link */
										
										