body {font-family: arial, helvetica, sans-serif;
}
h1, h2, h3 {text-indent: 3em;
}	
a:link {font-weight: bolder;
color: #000000;
text-decoration: none;
}
a:active {font-weight: bolder;
color: #000000;
text-decoration: none;
}
a:visited {font-weight: bolder; 
color: #000000;
text-decoration: none;
}
a:hover {color: #FEFFFC;
text-decoration: underline;
}
p {
	font-style: italic;
	text-shadow: 5;
	margin-left: 20;
}
p.bord {background: #FEFFFC;
width: 75%;
margin: 1em auto 1em 10%;
padding: 0.5em 0.5em 0.5em 0.5em;
border: 2px solid black;
}
td {
	border-size: 0;	
}

.redtext {
font-weight: bolder;
color: #FF0000;
}