  body { background-color: whitesmoke;    color: #000000;    font-family: Arial, Helvetica, sans-serif;    font-size: 12px;    }  .navbar { padding: 6px 12px;    font-family: Helvetica,Arial,sans-serif;    font-size: 16px;    text-decoration: none;    color: rgb(200, 160, 100);    }  .navbar:hover { padding: 6px 12px;    text-decoration: none;    background-color: rgb(40, 32, 20);    color: rgb(100, 80, 50);    }  .nav { line-height: 30px;    }  h1 { font-family: Arial,Helvetica,sans-serif;    font-size: 28px;    font-weight: bold;    letter-spacing: 4px;    }  h3 { font-family: Arial,Helvetica,sans-serif;    font-weight: bold;    font-size: 18px;    letter-spacing: 2px;    }  .tbl { border: 4px ridge rgb(204, 153, 51);    padding: 6px 15px;    width: 84%;    background-color: rgb(0, 52, 0);    }  .gal {	font-size: 16px;	font-weight: bold;	color: rgb(220, 180, 120);	text-decoration: none;	line-height: 16px;    }  .gal:hover { font-size: 16px;    font-weight: bold;    color: rgb(180, 140, 80);    text-decoration: none;    }  .photo { font-size: 12px;    color: rgb(0, 0, 0);    }.top {	border-bottom-width: 4px;	border-bottom-style: ridge;	border-bottom-color: rgb(204, 153, 51);}.btm {	border-top-width: 4px;	border-top-style: ridge;	border-top-color: rgb(204, 153, 51);}.image {	color: #000000;}.image:hover {	color: #996666;}
