﻿body{
	background-color:#D7F0FD;
	color:navy;
	font-family:Calibri,"Microsoft Sans Serif";
	width:700px;
}

p{
	margin:0px 0px 10px 0px;
	padding:0;
}

th,td{
	text-align:left;
	padding-bottom:20px;
}

.content .title{
	margin-top:20px;
	margin-bottom:10px;
	font-size:20px;
}

.content .subtitle{
	margin-top:20px;
	margin-bottom:5px;
	text-decoration:underLine;
	font-size:18px;
}

.content .subheading{
  margin-top:10px;
  font-size:16px;
  font-weight:bold;
  text-decoration:underLine;
}

.content .paragraph{
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
	font-size:16px;
}