body {
	background-color: #e3d2c1;
	color: black; 
	margin: 0;
	padding: 10px;
	width: 1000px;
	background-image: url("../pics/tlulogo.png");
	background-repeat: no-repeat;
	background-position: 1020px 10px;
	background-attachment: fixed;
	}
h1, h2, h3 {
	color: #f48c8c;
	/*text-decoration: underline overline line-through;*/
	}
	
h1 {
	font-size: 32pt;
	font-style: oblique;
	font-weight: 100;
	text-align: center;
}
main {
	font-family: bodoni mt, verdana, script;
}

section {
	border-width: 5px;
	border-style: solid;
	border-color: purple;
	padding: 20px;
	margin-top: 10px;
	border-radius: 20px;
	box-shadow: 0 0 30px purple, 0 0 30px purple inset;
}
a:link {
	color: #f06292;
}
a:visited {
	color: #f7a8b8;
	font-weight: 600;
}

a:hover {
	color: red;
	font-weight: 600;
}
