@charset "utf-8";
/* CSS Document */

.Date {
	font-style: italic;
	letter-spacing: 4px;
	background-color: #FFF;
	font-weight: bold;
}

.Resume {
	font-style: italic;
	letter-spacing: 4px;
	background-color: #25FF1D;
	font-weight: bold;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d4d4d;
	background-color: #DDD;
}
a {
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: underline;
}
