body
{
	color: black;
	background-color: yellow;
	font-family: "Times New Roman", serif;
}

h1
{
	font-size: 36px;
	color: black;
	text-align: center;
	font-weight: normal;
	background-color: inherit;
}

h2
{
	color: black;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	margin: 0; 
	background-color: inherit;
}

a:link, a:visited, a:active, a:hover
{
	text-align: center;
	color: black;
	font-style: normal;
	font-size: 18px;
	background-color: inherit;
}

a:link.fed, a:visited.fed, a:active.fed, a:hover.fed
{
	font-weight: bold;
}

p
{
	font-style: normal;
	font-size: 16px;
	margin: 0;
	text-align: left;
	color: #660000;
	background-color: inherit;
}

div.links
{
	text-align: center;
	margin: 50px 0px 50px 0px;
}

div.char
{
	width: 20%;
	border-style: ridge;
	border-color: yellow;
	border-width: 4px;
	text-align: center;
	position: relative;
	left: 40%;
	right: 40%;
	margin-top: 50px;
	margin-bottom: 100px;
}

div.sang
{
	width: 500px;
	border-style: ridge;
	border-color: yellow;
	border-width: 4px;
	text-align: center;
	margin: 0 auto;
}

div.picleft
{
	position: absolute;
	margin-top:	-1000px;
	left: 120px;
}

div.picright
{
	position: absolute;
	margin-top:	-1000px;
	right: 120px;
}

img
{
	height: 150px;
	width: 150px;
	margin-bottom: 50px;
}

img.high
{
	height: 240px; 
	margin-bottom: 0px;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

