/* Style Sheet info for each page  */
body {
    background-color: white;
	background-image: url(images/co21.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	color: black;
   }
.titleHdg {
    font-size: 24px;
	font-weight: bold;
	color: blue;
	text-align: center;
   }
.homebutn {
	background-color : #4ace52;
	color: black;
	font-weight: bold;
	border-bottom : medium ridge gray;
	border-right : medium ridge gray;
	border-left : thin ridge gray;
	border-top : thin ridge gray;
	width : 55px;
	height: 50px;
	text-decoration: none;
	}	
hr {
   color: black;
   }   	
.bquote  {
    font-size: 12px;
	color: blue;
	}
.boldital {
	font-weight: bold;
	font-style: italic;
	}