body { margin: 0; padding: 0; } 

a.menu:link {color : #c31e1a; font-family : "Times"; text-decoration : none; font-weight : bold;}
a.menu:visited {color : #c31e1a; font-family : "Times"; text-decoration : none; font-weight : bold;}
a.menu:hover {color : #c31e1a; font-family : "Times"; text-decoration : underline; font-weight : bold;}

a.menu2:link {color : #c31e1a; font-family : "Times"; text-decoration : none; font-weight : normal;}
a.menu2:visited {color : #c31e1a; font-family : "Times"; text-decoration : none; font-weight : normal;}
a.menu2:hover {color : #c31e1a; font-family : "Times"; text-decoration : none; font-weight : normal;}

a.menu3:link {color : black; font-family : "Times"; text-decoration : none; font-weight : normal;}
a.menu3:visited {color : black; font-family : "Times"; text-decoration : none; font-weight : normal;}
a.menu3:hover {color : black; font-family : "Times"; text-decoration : none; font-weight : normal;}

a:link {color : #000000; font-family : "Times"; text-decoration : underline; font-weight : normal;}
a:visited {color : #000000; font-family : "Times"; text-decoration : underline; font-weight : normal;}
a:hover {color : #804040; font-family : "Times"; text-decoration : underline; font-weight : normal;}


td {color : #000000; font-family: "Times"; font-size: 14px; font-weight: normal;}
div {color : #000000; font-family: "Times"; font-size: 14px; font-weight: normal;}
p {color : #000000; font-family: "Times"; font-size: 14px; font-weight: normal; }

h1 {color : #000000; font-family: "Times"; font-size: 26px; font-weight: bold;}
h2 {color : #000000; font-family: "Times"; font-size: 24px; font-weight: bold;}
h3 {color : #000000; font-family: "Times"; font-size: 18px; font-weight: bold;}

table.info {
	border-width: 1px;
	border-spacing: 5px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #fffff0;
}
table.info td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #fffff0;
}

table.mydata_groups {
	border-width: 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #964525;
	border-collapse: collapse;
	background-color: #fffff0;
}
table.mydata_groups th {
	border-width: 2px;
	padding: 3px;
	border-style: inset;
	border-color: #964525;
	background-color: #fffff0;
}
table.mydata_groups td {
	border-width: 2px;
	padding: 3px;
	border-style: inset;
	border-color: #964525;
	background-color: #ffffff;
}

table.mydata_units {
	border-width: 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #964525;
	border-collapse: collapse;
	background-color: #fffff0;
}
table.mydata_units th {
	border-width: 2px;
	padding: 10px;
	border-style: inset;
	border-color: #964525;
	background-color: #fffff0;
}
table.mydata_units td {
	border-width: 2px;
	padding: 10px;
	border-style: inset;
	border-color: #964525;
	background-color: #ffffff;
}
