	
select
{
	width: 400px;
	padding: 2px 30px;
	border-radius: 4px;
	background-color: #88BBFF;
	font-family: "Comic Sans MS";
	font-size: 16px;  
	font-weight: bold;
}
select:hover 
{
	background-color: #4477BB; 
	color: white;
}

span 
{
	overflow: hidden;
	display: inline-block;
}
button
{
	width: 30px;
	padding: 4px 4px 4px 4px;
	border-radius: 4px;
	background-color: #88BBFF;  
	font-weight: bold;
}
button 
{
	transition-duration: 0.4s;
}

button:hover 
{
	background-color: #4477BB; 
	color: white;
}
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: 30px;
	color: maroon;
}
h2 
{
	font-family: "Comic Sans MS";
	font-style: italic;	
	margin-top: 0px;	
	margin-bottom: 5px;	
	margin-left: 50px;	
	font-weight: bold;
	font-size: 20px;
	color: maroon;	
}
h3 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 17px;
	margin-top: -1px;	
	margin-bottom: -1px;		
}
h4 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 13px;
	margin-top: -2px;	
	margin-bottom: -2px;	
}
h5 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-style: italic;	
	font-size: 15px;
	margin-top: -20px;	
	margin-bottom: 0px;	
	margin-left: -40px;
	color: #882222;
}
h6 
{
	font-family: "Trebuchet MS";
	text-align: justify;
	font-style: italic;	
	margin-left: 20px;	
	margin-right: 20px;		
	margin-top: 5px;	
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #882222;
}
a 
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
	margin-left: 87%;	
	color: blue;
}
p 
{
	font-family: "Comic Sans MS";
	font-size: 14px;
}
svg
{
	width: 25px;
	height: 25px;	
}
.bm
{
   position: absolute;
   bottom: 25px;
   left: 50px;
}
.td
{
	overflow-y: scroll;
	overflow-x: hidden; 
	height:180px;	
	margin-left:20px;	
	margin-top: 10px;	
	margin-right: 10px;		
	margin-bottom: 10px;
	font-family: "Comic Sans MS";
	font-size: 14px;	
	text-align: justify;	
	padding-right: 10px;
}
.im 
{
width : 20px;
height : 20px;
}
