body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
	}
	
.title {
		color: #0039BB;
		font-weight: bold;
		font-size: 20px;
		font-family: Arial, Helvetica, sans-serif
	}
	
.main {
		text-align:justify;
	}
	
.title_red {
		color: #CA0000;
		font-weight: bold;
		font-size: 20px;
		font-family: Arial, Helvetica, sans-serif
	}
	
.price {
		color: #0039BB;
		font-weight: bold;
		font-size: 40px;
		font-family: Arial, Helvetica, sans-serif
	}
	
#phone-number {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	padding: 5px;
	width: 200px;
	margin-top: 30px;
	margin-right: 25%;
	margin-bottom: 30px;
	margin-left: 25%;
}

#phone-number h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

A:link {
		color:  #000066;
		text-decoration: none;
		font-weight:bold;	
	}

A:visited {
		color: #000066;
		text-decoration: none;
		font-weight:bold;	
	}

A:active {
		color: #990000;
		text-decoration: none;
		font-weight:bold;	
	}

A:hover	 {
		color: #990000;
		text-decoration: none;
		font-weight:bolder;	
	}
