
body { font-family: Arial; background-color: Black }

div {
float:right;
width:0px;
margin:10 0 0px 0px;
padding:15px;
border:0px solid black;
text-align:center;
}

h1 { color: lightblue; font-style: normal; font-size: 26pt }

h2 { color: white; font-style: normal; font-size: 10pt }

h3 { color: white; font-style: normal; font-size: 10pt }

h4 { color: white; font-style: normal; font-size: 10pt }

h5 { color: white; font-style: normal; font-size: 10pt }

h6 { color: white; font-style: normal; font-size: 8pt }

p { text-decoration: none; color white }


A:link {text-decoration: none}
A:visited {color: orange}
A:active {text-decoration: none}
A:hover {background: #FFCC00; font-weight:bold; color: red;}


