@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(phx/images/splash_screen.jpg);
	background-repeat: no-repeat;
	margin-left: 390px;
	margin-top: 390px;
	margin-right: 5px;
	margin-bottom: 100px;
}
body1 {
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 100px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00a1af;
}


a:link {color: #00a1af}     /* unvisited link */
a:visited {color: #00a1af}  /* visited link */
a:hover {color: f3d590;}   /* mouse over link */
a:active {color: #842c7f}   /* selected link */

#content {
	float: left;
	width: 500px;
	padding: 10px 20px 10px 10px;
}

#welcome {
	margin-bottom: 20px;
	margin-right: 50px;
	padding-right: 10px;
	padding-bottom: 2px;
}

h1 {
	color: #842c7f;
}

h2 {
	color: #f3d590;
}

h3 {
	color: #7b7b7b;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	font-size: 80%;
	font-weight:100;
}

#colonoscopy p {
	color: #f3d590;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
