H3 {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
}
body         {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D0FF33;
	color: #000000;
}

a:hover {
	background-color: Lime;
	text-decoration: none;
}

h1           {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3368FF;
	background-color: White;
	font-weight: lighter;
}
h2           {
	font-family: Arial, Sans-serif;
	font-size: 14pt;
	color: #0033CC;
	background-color: #D0FF33;
	font-weight: lighter;
	letter-spacing: 3px;
}
p            {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12pt;
	font-family: Arial, San-serif;
	color: #000000;
	
}
a            {
	font-family: Arial, san-serif;
	color: Blue;
	
}

.box1 {
	background-color: #D0FF33;
	color: Black;
	border-color: #FF6133;
	font-size: smaller;
}

.small {
	font-size: smaller 

}