body {
      color: #555;
      background: #000 none;
      font-family: Verdana, Geneva, Segoe UI, sans-serif;
      font-size: 16px;
      margin: 5px;
      Padding: 5px;
      }
      
table {
color: #555;       
background: #fff1a1 none;
border: 4px solid brown;
border-radius: 12px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 0px;
padding-bottom: 40px; 
}      

a:link { 
	color: #000;
        font-weight: bold;
        text-decoration: none;
	}
a:visited { 
	color: #000;
        font-weight: bold;
        text-decoration: none;
	}
a:focus {
	color: #ff0099;
        font-weight: bold;
        text-decoration: none;
	}
a:hover { 
	color: #0be600;
        font-weight: bold;
	background: #fff1a1 none;
	text-decoration: overline;
	}
a:active { 
	color: #ff0000;
        font-weight: bold;
	}

p.padz {
background; fff1a1 none;
float: left; 
border: 2px solid #00dd00; 
width: 120px; 
height: 240px; 
margin: 7px;
padding: 0px;
}

.smalltext {
font-size:  12px;
font-family:  Segoe UI;
}

ul.disc {list-style-type: disc}

.centeredImage {
text-align: center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

a img {
border:3px solid black;
float:right;
margin:10px 0px 9px 10px;
}

h1 {
font-weight: bold;
margin-top: 0px;
color: #000;
background: #fff1a1 none;
text-align: center; 
font-size: 80px;
}

h2 {
margin-top: 0px; 
text-align: center; 
color: #333; 
background: #fff1a1 none;
font-size: 25px;
font-weight: bold;
}
#disclaimer {
height: auto;
font-size: 1.2em;
line-height: 1.2em;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color: #444;
border: #ddd 1px solid;
background: #ffffcc none;
padding: 10px;
margin: 30px;
}

ul.inline {
list-style-type:none;
text-align:center;
padding:6px;
margin:15px auto;
font-size:12px;
}

a.h2:link {color: green}
a.h2:visited {color: green}
a.h2:active {color: red}
a.h2:hover {color: red;}

li.lum {
display:inline-block;
margin:-10px;
text-align:center;
word-spacing: 0px;
letter-spacing: 1px;
}

li {
text-align: left; 
padding-right: 15px;
}


a.lam1:link,a.lam1:visited {
font-weight:bold;
color:#000;
background-color:#98bf21;
text-align:center;
padding:6px;
text-decoration:none;
text-transform:uppercase;
border: 2px solid black;
border-radius:15px;
margin-right:10px;
}

a.lam1:hover,a.lam1:active {
background-color:#7A991A;
border: 2px solid black;
}

hr {
border: none;
background: brown none;
height: 4px;
width: 100%;
text-align: center;
}

blink {
  opacity: 0;
  animation: blinking 2s linear infinite;
}

@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }