p1 {
	font-size: 16;
	color: #40ff00;
	font-style: bold;
	font-family: Arial;
	text-align: center;
	border: none;
	border-color: #1A1A1A;
	font-weight: normal;
}
h1 {
	font-size: 20;
	color: #d9d9d9;
	font-style: bold;
	font-family: Arial;	
}
h2 {
	font-size: 24;
	color: #e6e6e6;
	font-style: bold;
	font-family: Arial;
	text-align: center;
}
h3 {
	font-size: 20;
	color: #ffffff;
	font-style: bold;
	font-family: Arial;
	background-color: #4d4d4d;
	text-align: center;
	border: 4px double;
	border-color: #3c3c3c;
}
h4 {
	font-size: 18;
	color: #ffffff;
	font-style: normal;
	font-family: Arial;
	background-color: #4d4d4d;
	text-align: left;
	border: 4px double;
	border-color: #1A1A1A;
	font-weight: normal;
}
h5 {
	font-size: 16;
	color: #33CC33;
	font-style: normal;
	font-family: Arial;
	text-align: center;
	border: none;
	border-color: #1A1A1A;
	font-weight: normal;
}
h6 {
	font-style: bold;
	font-size: 20;
	text-align: center;
}
.button {
	font-family: Arial;
	border: none;
	color: white;
	padding: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button:hover {
	background-color: #1A1A1A;
	color: white;
}

#submit {
	font-family: Arial;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #4d4d4d;
}

#submit:hover {
	background-color: #1A1A1A;
	color: white;
}

.button1 {
	border-radius: 12px;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #4d4d4d;
}

/* unvisited link */
a:link {
    color: white;
	font-style: underline;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: gray;
}

/* selected link */
a:active {
    color: silver;
}

a.1:link {
    color: white;
}

/* visited link */
a.1:visited {
    color: white;
}

/* mouse over link */
a.1:hover {
    color: white;
}
table.main {
width: 1500px;
}
table.main.tr {

}
table.main.td {

}
/* selected link */
a.1:active {
    color: silver;
}
td.navigator {
height: 50px;
width: 200px;
}
td.navigator1 {
width: 200px;
}
td.preformat {
	font-family: Arial;
	padding: 5px;
	width: 800px;
	border: 4px double;
	border-color: #2d2d2d;
	font-size: 18;
	color: white;
	background: #333333;
}

td.preformat2 {
	font-family: Arial;
	padding: 5px;
	border: 4px double;
	border-color: #2d2d2d;
	font-size: 18;
	color: white;
	background: #333333;
	text-align: center;
}

td.preformat3 {
	margin-left: 5px;
	font-family: Arial;
	padding: 10px;
	border: 4px double;
	border-color: #1A1A1A;
	font-size: 18;
	color: white;
	background: #333333;
}

li {
	font-family: Arial;
	padding: 5px;
	font-size: 18;
	background: #333333;
	border: 4px double;
	border-bottom-style: none;
    border-top-style: none;  
    border-left-color: #1A1A1A;
	border-left-style: double;
    border-right-color: #1A1A1A;
	border-right-style; double;
}

li.a {
	font-family: Arial;
	border: 4px double;
	border-top-style: double;
	border-top-color: #1A1A1A;
	border-bottom-style: none;
    border-left-color: #1A1A1A;
	border-left-style: double;
    border-right-color: #1A1A1A;
	border-right-style; double;
	
}

li.b {
	font-family: Arial;
	border: 4px double;
	border-bottom-style: double;
	border-bottom-color: #1A1A1A;
	border-top-style: none; 
    border-left-color: #1A1A1A;
	border-left-style: double;
    border-right-color: #1A1A1A;
	border-right-style; double;
}

li.c {
	font-family: Arial;
	border: none;
	border-bottom-style: none;
	border-bottom-color: #1A1A1A;
	border-top-style: none; 
    border-left-color: #1A1A1A;
	border-left-style: none;
    border-right-color: #1A1A1A;
	border-right-style; none;
}

