/* 
 * blog2026.css 
 * last updated: 01/04/2026

    	.grabBag img  {
    		margin-left: -35px;
    	}
        iframe { 
            border: none; 
        }
    	#gif {
    		margin: 20px;
    		margin-left: 40px;
    	}
        ul#mypages li {
            margin-left: -25px;
        }
    	.box {
    		border: 1px solid gray;
    		background-color: #d3d3d3;
    	}
    	.note {
    		font-size: .8em;
    		font-style: italic;
    		color: gray;
    		font-family: Arial, "Lucida Console", sans-serif;
    	}
		.verybig {
			font-size: 5em;
		}
		.getAttention {
			font-size: 1.3em;
    		color: maroon;
		}

	.letterofalphabet {
		margin-left: -40px;
		font-size: 4em;
		color: navy;
		list-style-type: none;
	}

	.imagetitle {
		margin-bottom: 5px;
		font-size: .7em;
		color: maroon;
		list-style-type: none;
	}

	.outlined {
		border: 3px solid navy;
		padding-left: 20px;
		padding-right: 20px;
	}

	.topic {
		font-size: 1.5em;
		font-weight: bold;
		color: maroon;
	}
    .selection {
    		background-color: lightblue;
    		color: whitesmoke;
        }
    .btn-default {
        	color: navy;
        	background-color: lightblue;
        	border-color: navy;
        }
    .tblhdr {
        background-color: navy;
        color: white;
    }
    .rowgone {
        background-color: lightgray;
        color: black;
    }

    .rowhdr {
        background-color: lightblue;
        color: navy;
    }

    .rowhdrnu {
        background-color: lightblue;
        color: maroon;
    }
 */
h1 {
    		margin: 30px;
    		padding: 30px;
    		border: 3px solid navy;
    		border-radius: 7px;
    		background-color: lightblue;
    		color: navy;
    	}
.specialCase {
    		margin: 30px;
    		padding: 30px;
    		border: 3px solid black;
    		border-radius: 7px;
    		background-color: forestgreen;
    		color: yellow;
    	}
img {
    		max-inline-size: 100%;
    	}

li {
    		list-style:none;
    	}
.caution {
	color:maroon; 
	font-size: 1.3em; 
	font-weight: bold;
}
.highlight {
	background-color: yellow;
}
.jumbotron {
    		background: url('../images/BenFranklinArepublicIfYouCanKeepIt.jpg') no-repeat center center;
    		height: 550px;
    		color: whitesmoke;
    		text-shadow: #444 0 1px 1px;
		}
.jumbotron a {
    		color: whitesmoke;
		}
.jumbotron a:hover {
			font-size: 1.3em;
			font-weight: bold;
		}
.lead {
			font-size: 5em;
			font-weight: bold;
    		color: whitesmoke;
		}

