@import url("../styles/screen3.css");

* {
	color: #000000 !important;
	background-color: #ffffff !important;
	text-transform: none !important;
}

p, li, td {
	font-size: 1em !important;
}

a {
	font-size: 1.5em !important;
	line-height: 1.75em !important;
}

a:link {
	color: #0000ff !important;
}

a:visited {
	color: #ff00ff !important;
}

a:hover {
	color: #ff0000 !important;
}

a:active {
	color: #ff0000 !important;
}

.newwindow img {
	border: thin !important;
	height: 3em !important;
	width: 3em !important;
}