.background {
	background-color: #000000;
	background-image: url(images/bluebgshort.jpg);
	background-repeat: repeat-x;
}
.body {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: x-small;
	color: #CCCCCC;
	left: auto;
	clip:  rect(auto auto auto auto);

}
a:link {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
}
a:active {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;

}
a:visited {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: underline;
}
