 /* This is how to add a comment in a style sheet */


.thispagelink { text-decoration: none;
                color: #ffffff; 
                font-family:
                palatino,times,serif;
                font-size: 16px;
                font-weight: bold;
              }
/* Used in span for link to the page itself, span tag replacing anchor tag in this case, so link won't act as a link, etc. */
        

a.newtextlink { text-decoration: none;  
                color: #003300; 
                font-family: palatino,times,serif; 
                font-size: 16px; 
                font-weight: bold;
              }
/* Used for new style of links in the left margin, created 12-2009. */





a.newtextlink:link { color: #003300; }


a.newtextlink:visited { color: #330033; }


a.newtextlink:hover { color: #009900; }



/* Below are styles left over from previous web site design before 12-2009 */

.style4 {
	font-size: 20px;
	font-weight: bold;
}

.style6 {font-size: 18px}


.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20.67px;
}

.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 100px;
	padding-bottom: 25px;
	padding-right: 100px;
}
.newlinks2 {
	font-size: 24px;
	padding-left: 425px;
}

.links style2 a {
	text-align: left;
	padding-left: 100px;
}
.newlinks {
	padding-top: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-left: 200px;
}
