.main {
	font-family : "Arial, Helvetica, sans-serif";
	font-style : normal;
	font-variant : normal;
	text-transform : none;
	text-decoration: none;
	}
	body {
	background-color: #9ec6e9;
    }
	p {
	font-family : Arial;
	font-style : normal;
	font-variant : normal;
	text-transform : none;
	text-decoration: none;
	font-size: 12px;
	}
	A:LINK {
	color : #003366;
	text-decoration: none;
	font-weight: bold;
	}
	A:VISITED {
	color : #003366;
	text-decoration : none;
	font-weight: bold;
	}
	A:HOVER {
	color : #006699;
	text-decoration : none;
	font-weight: bold;
	}
	A:ACTIVE {
	color : #003366;
	text-decoration : none;
	font-weight: bold;
}
