<style type="text/css">

@media screen {.Diagram {cursor: crosshair}}

body      {background-color: #AAD5FF; background-repeat: repeat-y; font-family: Arial;}

.ArrowItem {
	list-style-image: url(../sharedBackgrounds/arrow-icon.gif);
	vertical-align: baseline;
	display: list-item;	
}

a:link    {
	color: #003399;
	text-decoration:none;
	cursor:pointer;
	
}
a:active  {color: #FF0000; text-decoration:none; cursor:pointer;}
a:visited {color: #003399; text-decoration:none; cursor:pointer;}
a:hover {color: #FF0000; text-decoration:none; cursor:pointer;}

h3 {
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
	font-stretch: extra-expanded;
}

th {font-family:Arial; font-size: 12px}

strong {font-family: Arial; font-weight:700; font-size: 14px}

li {font-family:Arial; font-size: 12px}

p  {font-family:Arial; font-size: 12px}

ul {
	list-style-type: disc;
	list-style-position: outside;
}
</style>