/* Examples of custom styles */
/* Examples of custom styles */

.nav2 ul {background-color: rgb(60,67,135);} 			/* Background color for navigation */
.nav2 li a {color: rgb(255,255,255);}				/* Text color for navigation */
.nav2 a:hover, .nav2 a.selected {color: rgb(255,255,255);}	/* Text color when hovering in navigation */

/* Colors for Page title, and the line underneath it */
.content1-pagetitle {border-bottom: solid 3px rgb(0,0,0); color: rgb(60,67,135);}
.content-title-noshade-size3 {color: rgb(60,67,135);}

/* Headings */
h1 {color: rgb(60,67,135);}
h2 {color: rgb(60,67,135);}
h3 {color: rgb(60,67,135);}
h4 {color: rgb(60,67,135);}
h5 {color: rgb(60,67,135);}
h6 {color: rgb(60,67,135);}