
body
{
	overflow:hidden;
}

a 
{
	display: block;
	text-decoration: none;;	
}

p 
{
	text-align: center;
	font-size: 14px;
}

h1 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	text-align: center;
	margin-right: 20px;		
	margin-top: 5px;	
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
	color: white;	
}

h2
{
	font-family: "Trebuchet MS";
	font-style: italic;		
	text-align: left;
	margin-left: 20px;	
	margin-top: 30px;	
	margin-right: 20px;		
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 18px;		
	color: maroon;	
}

h3
{
	font-family: "Trebuchet MS";
	font-style: italic;	
	font-weight: bold;
	font-size: 14px;	
	color: black;	
	text-align: left;
	margin-left: 20px;	
	margin-top: -20px;	
	margin-right: 20px;		
	margin-bottom: 30px;
}
h4
{
	font-family: "Comic Sans MS";
	text-align: justify;
	margin-left: 20px;	
	margin-top: 20px;	
	margin-right: 20px;		
	margin-bottom: -20px;
	font-weight: bold;	
	font-style: normal;		
	font-size: 14px;		
	color: black;
}

div
{
	overflow-y: scroll;
	overflow-x: hidden; 
	height:510px;
	margin-left: 10px;	
	margin-top: 10px;	
	margin-right: 10px;		
	margin-bottom: 10px;
}

th
{
	color: black;
}

.tp-extension
{
	overflow: hidden; 	
}

table
{
	border-color: blue;
}

th, td
{
	border-color: blue;
	border-style: solid;
	border-radius: 2px;	
	border-width: 1px;
}