@charset "utf-8";
body {
	background-color: #DEE3ED;
	vertical-align: top;
	background-attachment: scroll;
	background-image: url(../mountian.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a:link {
	color: #339999;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #426480;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #003366;
}

h2 {
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
p {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
h3 {
	font-size: large;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006666;
	text-decoration: none;
}
h1 {
	font-size: xx-large;
	font-style: oblique;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
h4 {
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}
h5 {
	font-size: 16px;
	color: #336666;
}

