        A:link {text-decoration:none}
        A:visited {text-decoration:none; color:blue}
        A:active {text-decoration:none; color:blue}
        A:hover {text-decoration:underline}

.mainText {
       	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	line-height: 18px;
	/*text-align: center;*/
}
.mainTextBlack {
       	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
#content {
	position: absolute;
}
#menu {
	left: 0px;
	border-width: 140px;
	position: absolute;
}
#header {
}
#footer {
}
