ol, ul {
	list-style: none;
}

body		    	{ background-color:#eeeeee;}

h1, h2, h3	 		{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#7e181c; }

h1 			    	{ font-size:30px; }
h2 			    	{ font-size:24px; }
h3 			    	{ font-size:18px; font-style:italic; }

.text 		    	{ font-family:Arial, Helvetica, sans-serif; }

.boldtext			{ font-family:Arial, Helvetica, sans-serif; font-weight: bold; color:black; }

.italictext			{ font-family:Arial, Helvetica, sans-serif; font-style:italic; }

.sup				{vertical-align: super; font-size: smaller; }

.navbar {
background-color: #800000;
}

.navbar a {
color: #fff!important;
}

.navbar a:hover {
color: #000!important;
}

tr a:link {
 
  color: black;
 
}
 
tr a:visited {
 
  color: #800000;
 
}
 
tr a:hover {
 
  color: red;
 
}
 
tr a:active {
 
  color: yellow;
 
}