/* CSS Document */

html body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /* Defaults of all browsers 16px */
	color: #000;
	background-color: #e3e1db;
	text-align: center; /* For IE */ 
}
div,p {
	padding: 0px;
	margin: 0px;
}
.text {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
}



/* LINK ELEMENTS - BIO */
A:link {
	color: #5f81a7;
	text-decoration: none;
}
A:active {
	color: #92a2c4;
	text-decoration: underline;
}
A:hover {
	color: #92a2c4;
	text-decoration: underline;
}
A:visited {
	color: #333;
	text-decoration: underline;
}
A:visited:hover {
	color: #92a2c4;
	text-decoration: underline;
}

