body {
	background-color: #ffffff;
}

h1,h2,h3 {
	font-family: arial, 'sans serif'; 
	font-style: italic;	
	color:black; 
}

p,table,li,div {
	font-family: arial, 'sans serif';
	font-size:10pt;
	margin-left: 10pt;
}

ul {
	list-style: disc; 
}

ol {
	list-style: decimal; 
}

.t{
	font-family: arial,'sans serif';
	font-size:16pt;
	font-style: italic;	
	color:darkgreen;
}

a:link    {color:blue}
a:visited {color:purple}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}

a.del:link    {color:#c00000}
a.del:visited {color:#c00000}
a.del:active  {color:white; font-weight:bold; background-color:red}
a.del:hover   {color:white; font-weight:bold; background-color:red}

a.edit:link    {color:darkblue}
a.edit:visited {color:darkblue}
a.edit:active  {color:white; font-weight:bold; background-color:blue}
a.edit:hover   {color:white; font-weight:bold; background-color:blue}

a.unviewed:link    {color:#e06000}
a.unviewed:visited {color:#e06000}
a.unviewed:active  {color:white; font-weight:bold; background-color: orange}
a.unviewed:hover   {color:white; font-weight:bold; background-color: orange}

a.viewed:link      {color:darkgreen}
a.viewed:visited   {color:darkgreen}
a.viewed:active    {color:white; font-weight:bold; background-color:#008000}
a.viewed:hover     {color:white; font-weight:bold; background-color:#008000}

.col0 {
	position: absolute;
	left: 0;
	width: 175;
	text-align:right;
}

.col1 {
	position: absolute;
	left: 180;
	width: 135;
}

.col2 {
	position: absolute;
	left: 270;
	width: 135;
}

.col3 {
	position: absolute;
	left: 405;
	width: 135;
}

.col4 {
	position: absolute;
	left: 540;
	width: 135;
}

.viewed{color:darkgreen; font-weight:bold;}
.unviewed{color:#e06000; font-weight:bold;}
.message {color:darkgreen;}
.error { color:red;}
.caution { color:#e06000; font-weight:bold;}