body {
	background-color: #ccccff;
	color: #450b4d;
}
.headholder
	{
		position: relative;
		width: 780px;
		height: 200px;
	}
.linkbar
	{
		position: absolute;
		left: 0px;
		bottom: 10px;
		width: 780px;
		height: 20px;
		text-align: left;
		background: white;
		border-top: gray 1px solid;
		border-bottom: gray 1px solid;
		filter: alpha(opacity=80);
		opacity: 0.80;
		-moz-opacity: 0.80;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		font-weight: bold;
		z-index: 99;
	}
.iml
	{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100px;

	}
.im2
	{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100px;

	}
a
	{
		color: purple;
		text-decoration: none;
	}
a:hover
	{
		color: pink;
		text-decoration: none;
	}
table, tr, td, th {

color: #450b4d;

}