body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Arial", "Helvetica", "sans-serif";

}

/* link */
A:link {color: #1818D2; text-decoration: none;}
A:visited {color: #800080; text-decoration: none;} 
A:hover {color: #FF6600; text-decoration: underline;}


/* header txt */
.text{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

