body{
	background-color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	color: yellow;
}
a {
	color: Aqua;
}
.PAGETITLE{
	font-size: 160%;
	font-weight: bolder;
}
h1{
	font-size: 130%;
}

h2{
	font-size: 120%;
}
h3{
	font-size: 110%;
}

/* NOTE: Accessibility WYSIWYG styles */

.uu-h3{
	font-size: 110%;
}

caption{
	display:none;
	}
img{
	display:none;
	}
table th{
	font-size: 130%;
	padding: 5px;
}	
table td{
	font-size: 130%;
	padding: 5px;
}
iframe{
	width: 60%;
	height: 500px;
}
