ol, ul {
	margin: 0 0 0 20px;
	padding: 0;
}

ol { 
	margin-left: 30px; 
} 

ul li {
	list-style-type: none;
	list-style-image: url(../img/li.gif);
}

/* Headings */
h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 175%;
	color: #033;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
	color: #121;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}

/* P */
p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

/* links */
a:link, a:visited {
	text-decoration: none;
	color: #363;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* table about me */
table.amtable td {
	width:50%; 
	border:1px solid #666;
}
table.amtable {
	width:100%; 
	border:1px solid #666; 
}