a:link {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration:underline;
	background:#FF00FF;
}

a:visited {
	text-decoration: none;
	color: #0000CC;
}
body {
	font-size:62.5%;
	text-align:center;
	background-color:#B0C4DE;
}
td.heading {
	text-align:center;
	color:Red;
	font-size:2em;}

td.heading1 {
	text-align:center;
	color:Blue;
	font-size:1.8em;}

td.heading2 {
	text-align:left;
	color:Blue;
	font-size:1.8em;}
	
tr
{
	height:4em;
		
}
td.first
{
	color:Red;
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
	max-width:50%;
	min-width:100px;
	
	
}
td.first_1
{
	color:Red;
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
}

td.second
{
	color:Blue;
	font-size:1.6em;
	text-align:left;
	text-align:center;
}

td.first, td.first_1, td.second,td.first_2
{	padding-left:.5em;
	padding-right:.5em;
	
}
td.third
{
	color:red;
	font-size:1.5em;
	max-width:5%;
	text-align:center;
}
table, th, td
 {
  border: 1px solid black;
  border-collapse:collapse;
 }
 td
 {
 	min-width:20px;}
 	
