/* CSS Document */

body {
	background-image: url(images/hello_bg2.jpg);
	background-color: #CAD2D5;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin: 0;

}

a:link {
	font-family: myriad, "gill sans", verdana, helvetica, arial, sans-serif;
	color: #999999;
	text-decoration: underline;	
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: line-through;
}

a:active {
	color: #999999;
	text-decoration: none;
}

.boldTxt {
	font-family: myriad, "gill sans", verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
	line-height: 4mm;
}
