body {
	background-color: black;
	scrollbar-face-color: #00ff00;
    scrollbar-shadow-color: black;
    scrollbar-highlight-color: #00ff00;
    /* scrollbar-3dlight-color: #33ff33; */
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: black;
    scrollbar-arrow-color: black;
    overflow: auto; 
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: red; */
  background: #80ff80;
  border-radius: 10px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
h3{
font-family: Arial, Calibri, georgia, 'Times New Roman', Times, serif; 
color: #00cc00;
font-size: 14px;
text-align: center;
}
*/

p {
	font-family: Arial, Verdana, sans-serif;
	/* color: #00FF00; */
	color: white;
	word-spacing: 1px;
	text-align: justify;
	text-align: center;
}

h1 {
	font-family: Impact, Haettenschweiler, Impact, georgia, 'Times New Roman', Times, serif; 
	color: #00cc00;
	font-size: 24px;
	text-align: center;
}

h2 {
	
	font-family: Arial, Calibri, georgia, 'Times New Roman', Times, serif; 
	color: #99ff99;
	font-size: 18px;
	text-align: center;
}

h3 {
	font-family: Arial, Calibri, georgia, 'Times New Roman', Times, serif; 
	color: #00cc00;
	font-size: 16px;
	text-align: center;
}

h4 {
	font-family: Calibri, Courier, Calibri, Tahoma, Times, serif; 
	/* color: #66cc33; */
	color: white;
	font-size: 15px;
	text-align: center;
} 

h5 {
	font-family: Courier, Calibri, Tahoma, Times, serif;
	color: #66cc11;
	font-size: 13px;
	text-align: center;	
}

h6 {
	font-family: Courier, Calibri, Tahoma, Times, serif;
	color: #33bb55;
	font-size: 7px;
	text-align: center;
}

.text1 {
	font-family: Calibri, arial, Courier, Tahoma, Times, serif;
	color: white;
	font-size: 17px;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	color: gold;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  horizontal-align: center;
  margin-left: auto;
  margin-right: auto;
}

td:hover {
	background-color: #f5f5f5;
}

a:link {
	color: #99cc33;
}

a:active {
/* color: #ffffff; */
	color: #ffffe6;
}

a:visited {
/* color: #ed4ce8; */
	color: #ffff00;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* background-color: #32CD32; */ 

div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: center;
    width: 180px;
	margin-left: auto;
    margin-right: auto;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    /* width: 100%; */
	max-width: 100%;
	text-align: center;
    height: auto;
	margin-left: auto;
    margin-right: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

header, section, footer, aside, nav, article,
figure, figcaption {
	display: block;
}

