body {
	background: Black;
	color: PaleGoldenrod;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 5%
}

td {
	background: Black;
	color: PaleGoldenrod;
	font-family: Verdana;
	font-size: 14px;
}

a:link {
	color: Coral;
	text-decoration: none
}

a:hover {
	color: Coral;
	text-decoration: underline
}

a:active {
	color: YellowGreen;
	text-decoration: underline
}

a:visited {
	color: Crimson;
	text-decoration: none
}	

h1 {
	font-weight: normal;
	font-size: 26px;
	margin-left: 0px
}

h2 {
	border-bottom: 1px solid SlateGray;
	padding-top: 5px;
	font-weight: normal;
	font-size: 16px;
	margin-left: 5px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px
}

p {
	margin-left: 15px
}

.phone {
	color: Coral;
}

.index {
	font-size: 12px;
	margin-left: 0px
}

.workinfo {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center
}

em {
	color: Coral;
}

hr {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: SlateGray;
	width: 200px;
	height: 1px
}

div.right {
	float: right;
}