
body {
	background-color: #FFFF80;
	color: #393939;
	font: 12pt Arial;
}

table {
	width: 100%;
	border: none;
	margin: 0px 0px -10px 0px;
}

h1 {
	font: 20pt Arial, sans-serif;
	font-weight: bold;
}

h2 {
	font: 16pt Arial;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0px 10px 0px;
}

h3 {
	font: 14pt Arial;
}

p {
	font: 12pt Arial;
	margin: 0px 0px 20px 0px;
}

div {
	padding: 0px auto 0px auto;
	margin: 5px 10px 0px 10px;
}

/* Personal Information */
#name {
	text-align: left;
}

#address {
	text-align: right;
}

#address p {
	margin: 0px 0px 10px 0px;
}

/* Career Objective */
/*.heading {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16pt;
}

/*.content {
	line-height: 100%;
	text-align: justify;
}

/* Education */
/*.title {
	width: 89%;
	font-weight: bold;
	font-size: 14pt;
}

/*.time {
	width: 11%;
	text-align: left;
}*/


