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

body {
	background-color: #FFEAFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h2{
	color:#FFFFFF;
	
}
#text{
	color:#FFFFFF;
	font: "Cambria Math";
	font-size:14px;
}
body,td,th {
	color: #FFF;
}