h1 {
	font-family: georgia, utopia, garamond, serif;
	font-size: large;
	font-weight: 800;
	color: purple;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1pt black;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 120%;
}

h2 {
	font-family: georgia, utopia, garamond, serif;
	font-size: x-large;
	font-weight: 800;
    color: black;
    border-left: solid 25px black; 
    padding-left: 14px; 
    padding-right: 40px; 
    margin-bottom: 0px;
}

h3 {
	font-family: georgia, utopia, garamond, serif;
	font-style: italic;
	font-weight: 300;
    color: #b0b0b0;
    border-left: solid 25px black; 
    padding-top: 10px; 
    padding-left: 14px; 
    padding-right: 40px; 
    margin-top: 0px;
    margin-bottom: 10px;
}

h4 {
	font-family: georgia, utopia, garamond, serif;
	font-size: medium;
	font-weight: 800;
	text-align: center;
	color: purple;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px black;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 120%;
}

img {
    border: 0px;
}

q {
	color: #bb0000;
}

tt {
	color: purple;
}

pre {
    margin-left: 34px;
    border: solid 1px #e0e0e0;
    padding: 10px 15px 10px 15px;
    font-family: monospace;
    color: #008080;
    line-height: 140%;
}

cite {
	font-style: inherit;
	border-bottom: 1pt dashed #00cc00;
}

blockquote {
    margin-left: 34px;
    border: solid 1px #e0e0e0;
    padding: 10px 15px 10px 15px;
    font-family: monospace;
    color: #008080;
    line-height: 140%;
}

dfn {
	font-style: normal;
	border-bottom: 1pt dashed #00cc00;
}

form {
	display: inline;
}

label {
	cursor: pointer;
}

kbd {
	font-family: sans-serif;
	font-weight: bold;
	color: green;
}

strong {
	font-style: normal;
	font-weight: 400;
	background-color: yellow;
    padding-left: 5px;
    padding-right: 5px;
}

var {
	font-style: normal;
	color: blue;
}

small {
    font-family: helvetica, sans-serif;
    font-size: x-small;
	font-style: normal;
	color: gray;
}

em {
    font-family: helvetica, sans-serif;
    font-size: x-small;
	font-style: normal;
	color: gray;
}

.input {
	background-color: #fffff5;
}

.sidebar {
	background-color: #fffff5;
    width: 136px;
}

.edit_options {
	background-color: #f5f5f5;
	text-align: center;
	margin: 10px;
	padding: 4px;
	border: dashed 1px gray;
}


#menu dd {
	margin: 3px 0px 3px 0px;
	font-size: small;
}

#body table tr th {
    padding: 2px 2px 2px 2px;
    font-weight: 600;
    text-align: left;
}

#body dd {
	margin: 0px 0px 5px 33px;
	font-size: medium;
}

#body p {
	text-align: justify;
}

.config_setting {
    background-color: #e0e0e0;
}
.config_default {
    background-color: #f5f5f5;
}
