@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	font-weight: normal; 
	background-color: #ffffff;
	overflow-y: scroll;
}

#header {
	color: #ffffff;
	background-color: #ffa600;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-size: 36px;
	font-weight: bold; 
	text-align: right; 
}

a:active  { color: #ffffff; background-color: #ff6b00; text-decoration: none; font-style: normal; font-weight: normal; }
a:link    { color: #ff6b00; background-color: #ffffff; text-decoration: none; font-style: normal; font-weight: normal; }
a:visited { color: #000000; background-color: #ffffff; text-decoration: none; font-style: normal; font-weight: normal; }
a:hover   { color: #ffffff; background-color: #ff6b00; text-decoration: none; font-style: normal; font-weight: normal; } 

ul { list-style-type: square;}

#ttnvalues {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8 em;
  border-collapse: collapse;
  text-align: center;
}
#ttnvalues td, #ttnvalues th {
  border: 1px solid #dddddd;
  padding: 0px;
}
#ttnvalues tr:nth-child(even){background-color: #f5f5f5;}
#ttnvalues th {
  padding: 4px;
  text-align: center;
  background-color: #ffa600;
  color: #ffffff;
}
