html, body {
	background: #f3f8fc;
	margin: 50px 0 0 70px;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #666
}


p {
	width: 40%
}

h1 {
	font-size: 19px;
	color: #809fc7
}

h2 {
	font-size: 17px;
	color: #809fc7
}

h3 {
	font-size: 15px;
	color: #f60
}


a:link  {
	font-size: 11px;
	color: #809fc7;
	text-decoration: none;
	border-bottom: 1px solid #809fc7
}

a:visited {
	color: #809fc7;
	border-bottom: 1px solid #f60;
	text-decoration: none;
	font-size: 11px
}

a:hover {
	border-bottom: 1px solid #f60
}


form {
	display: inline
}

img {
	border: 0 none
}

hr {
	border: solid Gary;
	border-width: 0 0 1px 0;
	height: 0
}

