body{
	margin: 0px;
	text-align: center;
	font-size: 12px;
	background-color: FFE4E1;
}

a{
	color: deeppink;
	text-decoration: none;
}

#main{
	background-color: white;
	width: 800px;
	height: 100%;
	margin: auto;
}

table{
	margin: auto;
}

td{
	background-color: white;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.menu{
	background-image: url(img/menu-background.gif);
	background-repeat: no-repeat;
}

#jobtable td{
	text-align: left;
}

#ladymain{
	background-color: white;
	margin: 0 auto;
}

.ladyname{
	background-color: deeppink;
	color: white;
	font-weight: bold;
	text-align: left;
	font-family: Times New Roman;
	font-size: 20px;
	line-height: 22px;
}

.ladytel{
	background-color: deeppink;
	color: white;
	font-weight: bold;
	text-align: right;
	font-family: Times New Roman;
	font-size: 20px;
	line-height: 22px;
}

.ladycomment{
	text-align: left;
}