body {background-color:#000000;
          color:#00FFFF;
		  font-family: "Arial", "Helvetica", "sans-serif";}

header {background-color: #008000;
          color: #00FFFF;
		background-image: url(logo.jpg);
		background-position: right;
		background-repeat: no-repeat;
		line-height: 500%;
		text-indent: 1em;
		}

caption { color: #00FFFF;}

dt{color: #002171;}

.prop{color: #008000;
        font-weight: bold;}
		
p{ color: #00FFFF;
	margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;}

h1{ margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;}

h2{ color: #00FFFF;
    font-family: Georgia, "Times New Roman", serif;}

h3{ color: #00FFFF;
    font-family: Georgia, "Times New Roman", serif;}

table {
  width: 25%;
}

table, th, td {
  border: 1px solid white;
}
nav{font-weight: bold;
	padding: 0px;
	font-size: 100%;
	text-align: Left;
	}

nav li{ border-bottom: 1px  solid #00FFFF;}

nav a {text-decoration: none;
      transition: background-color 3s linear;}

nav a:link { color: #B22222;} 

nav a:visited { color: #800080;} 

nav a:hover {color: #00FF7F;} 

ul{ list-style-type: none;
        margin: 0;
        padding-left: 0;
        font-size: 1.2em;} 
	 
ol {
  list-style: none;
}

ol li::before {
  content: "\2022";
  color: cyan;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}