<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
BODY { 
background-color:black;
margin-top:6px;
font-family:Arial, Helvetica, sans-serif;
color: #C0C0C0;
}

#titleHeading {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: medium;
	color: #C0C0C0;
}

#alertStateImage {
    background-color: #0000FF;
	vertical-align: text-top;
	text-align: center;
	border:none;
	height: 20px;
}

td.productTitle {
	text-align: center;
	vertical-align:middle;
	width:57px;
	font-family: Calibri, Arial, sans-serif;
	font-size: .9em;
	color: #c0c0c0;
	border: 1px solid #0000ff;
	padding:0px;
	margin:0px;
	border-bottom-style: none;
	border-top-style: none;
}

table.alerttable {
border:1px blue solid;
border-collapse:collapse;
border-spacing:0px;
background-color: #000042;
width:350px;
}

td.productTitleLong {
	text-align: center;
	vertical-align:middle;
	width:57px;
	font-family: Calibri, Arial, sans-serif;
	font-size: .65em;
	color: #c0c0c0;
	border: 1px solid #0000ff;
	padding:0px;
	margin:0px;
	border-bottom-style: none;
	border-top-style: none;
}

td.productDial {
	text-align: center;
	height:29px;
	width:57px;
	border: 1px solid #0000ff;
	padding:0px;
	margin:0px;
	border-bottom-style: none;
	border-top-style: none;
}

img.productDial {width:57px;}

td.productLevel {
	text-align: center;
	width:57px;
	font-family: Calibri, Arial, sans-serif;
	font-size: .9em;
	color: #c0c0c0;
	border: 1px solid #0000ff;
	padding:0px;
	margin:0px;
	border-top-style: none;
}

td.tableSpacerRow {
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	font-size: .5em;
	color: White;
	border: 1px solid #0000ff;
	padding:0px;
	margin:0px;
	border-left-style: none;
	border-right-style: none;
}
table.threatlevel {
width: 350px;
margin: 0px;
border: none;
margin-left:auto; 
margin-right:auto;
}

td.overall {
	font-size: 1em;
	color: #c0c0c0;
	text-align:center;
}

td.detail {
	font-size: .75em;
	color: #c0c0c0;
	text-align:center;
}

.style1 {
	font-size: small;
	color: #C0C0C0;
	text-align:center;
}

table { 
	border-collapse: collapse; 
	border: 1px solid #0000ff;
	margin-left:auto;
	margin-right:auto
 }
 
p {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #C0C0C0;
}

div.copyright {
	padding-top:5px; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #c0c0c0;
}

a:link {color:#C0C0C0;}    /* unvisited link */
a:visited {color:#C0C0C0;} /* visited link */
</pre></body></html>