
body { background-color: black}
 
h1 {color: #6666ff; font-weight: bold;font-size: 3em;text-align: center;}
h2 {color: #6666ff; font-style: italic;font-size: 2em;text-align: center;}
p {color: #6666ff; font-size: 1.25em;text-align: center;font-weight: bold;}
a:link {color: yellow;text-align: center;font-weight: bold;}
a:visited {color: yellow;}
a:active {color: white;}
a:hover {color: orange;}
table {text-align: center; width: 100%;}
tr {text-align: center; width: 100%;}
img {border-color: yellow; border-width: narrow; width: 600px; height: 400px;}
td {text-align: center; font-size: 0.6em;color: #6666ff;font-weight: bold;}
img.sqr {border-color: yellow; border-width: narrow; width: 400px; height: 400px;}

