
body
{
	overflow-y: auto;
}

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: 18px;	
	color: blue;	
	text-align: left;
	margin-left: 80px;	
	margin-top: 24px;	
	margin-right: 20px;		
	margin-bottom: -10px;
}
h4
{
	font-family: "Comic Sans MS";
	text-align: justify;
	margin-left: 20px;	
	margin-top: 10px;	
	margin-right: 20px;		
	margin-bottom: -20px;
	font-weight: bold;	
	font-style: normal;		
	font-size: 14px;		
	color: black;
}
h5
{
	font-family: "Trebuchet MS";
	font-style: italic;	
	font-weight: bold;
	font-size: 20px;	
	color: black;	
	text-align: left;
	margin-left: 40px;	
	margin-top: 24px;	
	margin-right: 20px;		
	margin-bottom: -20px;
}
div
{
	margin-left: 10px;	
	margin-top: 10px;	
	margin-right: 10px;		
	margin-bottom: 10px;
}

th
{
	color: black;
}

table
{
	border-color: #FFFFAA;
}

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

::-webkit-scrollbar 
{
  height: 3px ;
  width: 4px ;
  border: 1px solid #F7F7F7 ;
  background-color: #cd0032;
}

::-webkit-scrollbar-thumb:vertical
{
    background: #766a62 ;
    border-radius: 10px;
}
