/* css for personal home page - by Mel Chua - http://www.melchua.com */
/* css released under cc-by-3.0 - http://creativecommons.org/licenses/by/3.0/us */

/* basic elements */
html {
	margin: 0em;
	padding: 0em;
	}


body { 
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	color: #555753; 
	background: #ffffff; 
	margin: 0em; 
	padding: 0em;
	min-height: 100%;
	}

#header {
	position: relative;
	padding: .8em;
	}

#footer {
	position: relative;
	clear: both;
	padding: 1em;
	text-align: center;
	font-size: 80%;
	color: #4f4f4f
	}

#container {
	}

#content {
	position: relative;
	}

#unstable {
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
<!--	border: .01em solid #888888; -->
	padding: 1em 1.5em 1em 1.5em;
	color: #585858;
	position: relative;
	float: left;
	left: 50%;
	width: 17em;
	}

#stable {
	margin-left: 1em;
	margin-right: 1em;
<!--	border: .01em solid #888888; -->
	padding: 1em 1.5em 1em 1.5em;
	color: #585858;
	position: relative;
	float: right;
	right: 50%;
	width: 17em;
	}

a:link { 
	text-decoration: none;
	color: #8f8f8f;
	}

a:visited { 
	text-decoration: none; 
	color: #909090;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
	}

li {
	font-size: 200%;
	line-height: 150%;
	list-style: none;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: -1.9em;
	}

acronym {
	border-bottom: none;
	}
