body {
	background-color: #000000;
	color: #fffc94;
	font-family: Palatino, FreeSans, Arial, Times;
}

h1,h2,h3 {
	text-align: center;
	font-style: normal;
	font-weight: lighter;
}
h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

p {
	font-size: 12pt;
}

a {
	color: #fffc94;
}

table {
	margin-left:  auto;
	margin-right: auto;
	border-spacing: 30px 20px;
	vertical-align: bottom;
}

td { vertical-align: bottom; }

td p {
	text-align: center;
	line-height: 25%;
	font-size: 11pt;
}
	
img { border: 0; }

#resume {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#resume h1 { text-align: left; }
#resume h2 { text-align: left; }
#resume h3 { text-align: left; }
#resume p { font-size: 12pt; }

