﻿body
{
	background-color: #EFEFFF;
}

h3, h4 { text-align: center }

a
{
	text-decoration: none;
	color: blue;
}
a.enabled { text-decoration: none; }

.error { color: red }
.warning { color: olive }
.notes { color: blue }
.box { border-style: solid }
.disabled { text-decoration: line-through }
.negative { color: Red }