.mainborder {
	border: 1px solid #000000;
	background-repeat: no-repeat;
}

body {
	background-color: #9999FF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	color: #4E5FF8;
	font-weight: bold;
	font-style: italic;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border_js {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.border_big {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
p { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	}