 /* defaults */ 
BODY { background-color: #1d1d1d; color: #21c300; font-size: 16px;}

A {
  font-style: italic;
  text-decoration: underline;
	}
 
A:link { color: #2196f4; }
A:visited { color: #21c300; }
A:active { color: #21c300; }
A:hover { color: #ffa000; }
	
	/* The side navigation menu */
.sidebar {
	 font-size: x-large;
		font-family: Segoe UI, Tahoma, Arial;
  font-style: normal;
		text-decoration: none;
		letter-spacing: 2px;
  margin: 0;
  padding: 0;
  width: 240px;
  background-color: #0f0f0f;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  font-style: normal;
  display: block;
  background-color: #0f0f0f;
		color: #21c300;  
		padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  font-weight: bold;
  color: #00ffff;
}

/* Links on mouse-over */
.sidebar a:hover {
 	background-color: #474949;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.content {
	 background-color: #1d1d1d; 
		color: #21c300; 
		font-size: 16px;
		font-family: Courier New, Courier;
  margin-left: 240px;
  padding: 1px 16px;
}

/* On screens that are less than 700px wide, make the sidebar into a top bar */
@media screen and (max-width: 700px) {
.sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

.sidebar a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
.sidebar a {
    text-align: center;
    float: none;
  }
} 

h1 {
	 background-color: #21c300;
  color: #1d1d1d;
		font-family: Segoe UI, Tahoma, Arial;
  padding: 10px;
  border-radius: 10px;
}

h2 {
  color: #47f777;		
		font-family: Segoe UI, Tahoma, Arial;
}

h3 {
  color: #47f777;		
		font-family: Segoe UI, Tahoma, Arial;
}

h4 {
  color: #47f777;		
		font-family: Segoe UI, Tahoma, Arial;
}

h5 {
  color: #00cc33;		
		font-family: Segoe UI, Tahoma, Arial;
  font-size: medium;
  font-style: italic;		
}

hr {
	background-color: #21c300;
	height: 1px;
	border: 0 none;
}

/* scale all images */
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
		max-width: 100%;
		height: auto;				
}


/* textarea fields */
.inline-form label {
	 color: #21c300; 
}

.inline-form textarea {
  background-color: #0f0f0f; 
  border: 1px solid #21c300;
		color: #d84520;
	 margin-top: 5px;
		width: 75%;
}

.inline-form input {
  background-color: #0f0f0f; 
  border: 1px solid #21c300;
		color: #d84520;
	 margin-top: 5px;
}

/* buttons */
.inline-form button {
	 background-color: #0f0f0f;
		border: 1px solid #21c300;
		color: #d84520;
		margin-top: 10px;
		padding: 5px;
		width: 80px;
}

.inline-form button:hover {
	 background-color: #21c300;
		color: #0f0f0f;
}

.inline-form img {
	 vertical-align: top;
} 

/* Text markup */
.bold {
  color: #21c300;		
  font-size: medium;
  font-family: Arial;
  font-weight: bold;		
}

.italic {
  color: #21c300;		
  font-size: medium;
  font-family: Arial;
  font-style: italic;		
}

.indent {
	 margin-left: 20px; 
}

.button1 {
  background-color: #cfcfcf;
		color: #000033;
		font-weight: normal;
		font-style: normal;
		font-size: medium;
		font-family: Arial; 
}

.note1 { 
  background-color: #1d1d1d;
		color: #000033;
  font-weight: bold;
		font-style: italic;
		font-size: medium;
		font-family: 'Times New Roman';
}

/* --------------------------------------------------- old CSS parameters --------------------------------------------------- */

A.nav2:hover { background-color: #30F830; color: #1d1d1d; font-weight: bold; 
         font-size: x-large; font-family: Tahoma, Verdana, Arial; display: block; padding: 10px; width: 200px; line-height: 120%;
         border: thick solid #f8f830; text-decoration: none; text-align: center; }
A.nav2 { background-color: #F83030; color: #1d1d1d; font-weight: bold;
         font-size: x-large; font-family: Tahoma, Verdana, Arial; display: block; padding: 10px; width: 200px; line-height: 120%;
         border: thick solid #000000; text-decoration: none; text-align: center; }

