﻿table{
	width:600px;
	border:1px;
	font-size:100%;
	margin-left:20px;
	border:1px  #4169e1 solid;
	border-collapse: collapse;
}
th{
	width: 600px;
	height: 30px;
	text-align: left;
	background-color:#FFFFFF ;
	padding-left: 30px;
	margin-top: 20px;
	color: #4169e1;
	border:1px  #4169e1 solid;
}
td{
	width:600px;
	height:auto;
	text-align:left;
	padding:10px 30px ;
	background-color:white;
	border:1px  #4169e1 solid;

	
}
h3{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	height: 10px;
	width: 300px;
	color: blue;
}
h2{
	font-weight: normal;
	text-align:left;
	margin:30px 0 10px 30px;
	font-size:110%;
	
	}
p{
	margin:5px 0 5px 30px;
	
}



