body
{
	color: black;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-weight: normal; font-size: 14px;
}

.boxy
{
	color: black;
	background-color: white;
	
	font-weight: normal;
	font-size: 10px;
	font-family: tahoma, verdana, helvetica, sans-serif;
	float: right;
	width: 200px;
}
.box2
{
	color: background-color: white;
	border: padding: margin: float: right;
	width: 200px;
	height: 62px;
	float: right;
	display: block;
}

h1
{
	text-align: left;
	text-decoration: none;
	color: blue;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: white;
	width: 400px;
	text-indent: 0em;
	letter-spacing: 2px;
}
h2
{
	
	text-align: left;
	text-decoration: none;
	color: blnavyue;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
A:hover	
	{
		color: green;
		
	}
	
	A:link
	{
		color: green;
		text-decoration: none;
		
	}
	
	A:active
	{
		color: green;
		
		text-decoration: none;
	
	}
	
	A:visited
	{
		color: green;
		text-decoration: none;
	}
	

