a:hover, a:active, a:focus {
    outline:none;
}

body {
	background-color:white;
}

a {
	text-decoration:none;
}



.edit {

	

}

a.edit:visited {

	color:blue;

}

.page {
	width:755px;
	text-align: justify;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 10pt;	
}

.center {
	text-align:center;

}

.leftcolumn {
	margin-top:10px;
	width: 505px;
	float:left;
	padding-left: 5px;
}

.leftcolumn .imgcenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.rightcolumn {
	margin-top:10px;
	width:240px;
	float:right;
}

.codecenter {
	text-align:left;
	margin-left:20px;

}

.allthewaydown {
	display:block;
	position:absolute;
	bottom:0;
}


.red {
	color:#ff0000;
}

.green {
	color:#00ff00;
}

.blue {
	color:#0000ff;
}

.grey {
	color:grey;
}

.centerimagerightcolumn {
	text-align:center;
	margin-left:50px;
	margin-right:auto;

}


.bottomrow {
	text-align: justify;
	width:475px;
	float:left;

}

.bottomrowrightcolumn {
	margin-left:10px;
	width:270px;
	float:right;

}
.base {
	padding: 5px;
	padding-left:0px;
	border: 0px solid #000;
	margin-bottom: 25px;
}

.baselist {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	
}

.baselist a {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 0px;
	border: 1px solid #000;
	border-bottom: 0px;
	list-style: none;
	display: inline;
	text-decoration: none;
	background-color:lightgrey;
	color:black;
	
}

.baselist span span a {
	border-bottom: 1px solid lightgreen;
}

.baselist a:hover {
	font-weight:bold;
	
}

.baselist a.here {
	border: 1px solid black;
	list-style: none;
	display: inline;
	background-color:black;
	color:white;
	font-weight: bold;
}

.baselist a.herespec {
	border: 1px solid #000;
	border-bottom: 0px;
	list-style:none;
	display:inline;
	background-color: lightgreen;
	color:black;
	font-weight:bold;
}

.baselist a.special {
	border: 1px solid black;
	border-bottom: 0px;
	list-style: none;
	display: inline;
	background-color:lightgreen;
	color:black;
	font-weight: normal;
}



.baselist a.special:hover {
	font-weight:bold;
}

.baselist span a {
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 9pt;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 15px 0px;
	border: 0px solid #000;
	list-style: none;
	display: inline;
	text-decoration: underline;
	background-color:#9E0508;	
	color: white;
	

}

.baselist span a:hover {
	text-decoration:none;
	font-weight:normal;
}

.baselist span a.here {
	text-decoration:none;
	font-weight:normal;
	font-size:8pt;
	padding-left:20px;
}


.baselist span span a {
	font-family: Arial,Helvetica,Garuda,sans-serif;
	font-size: 9pt;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 15px 0px;
	border: 0px solid #000;
	list-style: none;
	display: inline;
	text-decoration: underline;
	background-color:lightgreen;	
	color: white;
	font-weight:bold;

}

.baselist span span a:hover {
	text-decoration:none;
	font-weight:normal;
}

.baselist span span a.here {
	text-decoration:none;
	font-weight:normal;
	font-size:8pt;
	padding-left:20px;
}


p {
	width:750px;

}

.footer {
	width:505px;
	text-align:center;
	color:black;
}

.footer a {
	text-decoration: underline
	color:red;

}

.footer a:hover, a:active, a:focus {
    outline:none;
}

h1 {
	font-size:11pt;
	font-weight:bold;
	margin-bottom: 0;
	padding-bottom: 0; 
}

h2 {
	font-size:10pt;
	font-weight:bold;
	color:red;
	margin-bottom: 0;
	padding-bottom: 0; 
}

h3 {
	font-size:9pt;
	font-weight:bold
	margin-bottom:0;
	padding-bottom:0;
}


