body {background-color: black;}

h1 {color:blue; font-size:36pt}
h2 {color:blue; font-size:24pt}
h22 {color:#1E90FF; font-size:24pt}
h3 {color:blue; font-size:18pt}
h33 {color:#1e90ff; font-size:18pt;}
h44 {color:#1e90ff; font-size:12pt;}


/* hr {color:navy} */

p {font-size: 16pt; font-family: times; color: blue;}

.gal {margin: 2px; width: auto; height: 170px; float: middle; text-align: center;}
.gal img {display: inline; margin: 12px;}

img.thumb {width: 125px; height: 94px; text-decoration: none;}
img.thumba {width: 94px; height: 125px; text-decoration: none;}

a.img {text-decoration: none;}

table.slide {border-collapse: collapse; border: 2px solid blue; border-spacing: 4px;}
td.slide {border: 1px solid blue; padding: 4px;}


/* To make the first letter big and float use <span>"First Letter"</span> */
span {float: left; width: 0.7em; font-size: 400%; font-family: algerian, courier; line-height: 80%;}


/* Also makes first letter big - but no float */
/* p:first-letter {color: #ff0000; font-size: xx-large;} */

/* These must be used in this order */
a:link {color:"#00ffff"}
a:visited {color:blue}
a:hover {color:purple}
a:active {color:white}


a.slide:link {color: blue;}
a.slide:visited {color:	#1E90FF}
a.slide:hover {color:purple}
a.slide:active {color:white}