/* this will be the mother of all style sheets */ 


h1, h2, p {color: #6B6B6B; font-family: georgia,times new roman,serif;}

h1 {font-size: 22px;text-align: center;}

h2 {font-weight: bold; font-size:18px;}

p {font-size: 18px;}

a {color: #6B6B6B;}

a:hover {color: black;}

