 
*	{
	margin:0;
	padding: 0;
	font-family: "Times New Roman", Times, serif, Arial, Verdana;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:focus {
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {}

address {
	font-weight: bold;
	font-style: normal;
	padding-left: 40px;
}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0}

h1	{
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color:white;
	font-size: larger;
}

/* ----------------------------- Reset Browsere Settings End ------------------------*/

table {border-collapse: collapse; border-spacing: 0;}

body {
	width: 900px;
	height:600px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
}

#letterhead {
	margin-top: 20%;
}

#letterhead  div,address{
	width:600px;
	text-align:center;
}