/*                                                        */
/* Style Sheet for Ken's Web Pages                        */
/*                                                        */

.teststyle { font-family: "comic sans ms";
             font-weight: bold;
             color: yellow}

.yellow { font-family: "comic sans ms";
             font-weight: bold;
             color: yellow}

.reg  { font-family: "times new roman";
          font-weight: normal;
          color: black}

.regb {  font-family: "times new roman" ;
          font-weight: bold;
          color: black}

.red  { fonz-family: "times new roman";
          color: red}

.redb { font-family: "times new roman";
          font-weight: bold;
          color: red}

.rust  { font-family: "times new roman";
          font-weight: normal;
          color: #cd3700}

.rustb {  font-family: "times new roman" ;
          font-weight: bold;
          color: #cd3700}

         
.footer    {background-color:#ebc79e}

.header2  {font-family: "times new roman" "calligraph421 bt" "garamond" "bookman old style"  ;
          font-weight: bold;
          color: black}

.header1  {font-family: "times new roman" "calligraph421 bt" "garamond" "bookman old style" ;
          font-weight: bold;
          color: black}

a:link {font-family:  "garamond" "bookman old style" "times new roman";
        color: blue;
        font-weight: bold;
        }

a:visited {font-family:  "garamond" "bookman old style" "times new roman";
        color: purple; 
        font-weight: bold;
	}

a:hover {font-family: "garamond" "bookman old style" "times new roman";
        color: orange;
        font-weight: bold;

        }

