body {
	margin: 0px;
	background-image: url(../img/bg2.gif);
    }
a:link {
	text-decoration: underline;
	}

a:visited {
	text-decoration: none;
	}

a:active {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #F1006E;
	}

img{
	border: none;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	display: inline;
	}

#one {
	line-height: 160%;
	margin-top: 10%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 450px;
	}
#one p{
	margin: 0px;
	padding: 0px;
	display: inline;
	}
#left{
	float: left;
}
#right{
	float: right;
	text-align: right;
	padding-right: 20px;
}
