.text {
	font-family: arial;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.menu{
font-family:arial;
font-size:14px;

font-weight: 500;
color:#000000;
text-decoration: none;
text-align:left;
}


.head{

font-family:arial;
font-size:14px;

font-weight:bold;
color:#000000;
text-decoration: none;
text-align:left;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FCEDFC;	
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}
