body {
    font-family: 'Verdana', 'Arial', 'Helvetica', 'Gulim', sans-serif;
/*
    font-family: 'Georgia', 'Times New Roman', 'Batang', serif;
*/
/*
    background-color: #fffccc;
*/
    color: #000;
    font-size: 0.8em;
    margin: 2em;
}

td, th { vertical-align:top; }
table, pre, input, textarea {
    font-size: 0.9em;
	border-collapse: collapse;  
	border: 1px solid white; 
	border-spacing:5; 
	width:40%; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#programtable table {
	width: 90%;
}


pre, tt, textarea {
    font-family: 'Lucida Console', 'Lucida Typewriter', 'GulimChe', monospace;
}

hr {
    height: 0px;
	align: center;
	width: 90%;
    border-style: none;
    border-bottom: 1px solid grey;
}

a img {
    border-style: none;
}

a {
	color: #0000CC;
}

/*
a:link {
    text-decoration: none;
}
a:visited, a:link:hover, a:visited:hover, a:active {
    text-decoration: underline;
}
*/

a:link:hover, a:visited:hover {
	 color: #990099;
} 

address {
    font-size: 0.9em;
}

h1 {
	color: #0000CC;
    font-size: 2.5em;
}
h2 {
	color: #0000CC;
    font-size: 1.6em;
}
h3 {
	color: #A50021;
    font-size: 1.3em;
}
h4 {
	color: #0000CC;
    font-size: 1.2em;
	margin-bottom: 0em;

}
h5 {
	margin-top: 0.5em;
	margin-bottom: 0em;
    font-size: 1em;
	font-weight: bold;
}

h6 {
	margin-top: 0em;
	margin-bottom: 0em;
    font-size: .9em;
	font-weight: bold;
}

#blue h5, #blue h6, #blue body {
	color: #0000CC;
}


#pagetitle {
	text-align: center;
	color: #0000CC;
    font-size: 1.2em;
}
#title {
    text-align: center;
}

#yellowbackground {
	background-color: yellow;
}

#redhighlight  h2, #redhighlight h3, #redhighlight h4, #redhighlight h5, #redhighlight h6{
	color: #A50021;
}
.emphasized {
    /* color: #f42; */
}
.description {
    font-size: 0.8em;
}

#title #logo {
    width: 38px; height: 38px;
    vertical-align: middle;
}
#title h1 .tt {
    position: relative;
    top: 0.2em;
}

#foot {
    font-size: 0.8em;
}


#bulletlist ul {
	list-style: square;
	list-style-position: outside;

}

#customlist ul li:before {
		content: "\002D \0020 \0020 \0020";
}

#quoted_paragraph p {
    text-align: center;
	font-style: italic;
}

#squarebullet ul {
	list-style: square;
}

ul {
    list-style: none;
    display: inside;
    padding: 0em;
    margin: 1em;
    margin-bottom: 1em;
}

li {
	margin-left: 1em;
}
