body, td {
	font-family: Verdana, Arial, Helverica, sans-serif;
}
a {
	text-decoration: none;
	color: #0080FF;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0080FF;
}
td.topic {
	font-weight: bold;
}
td.hr {
	height: 2px;
}
.menu td.hr {
	background-color: red;
}
.main td.hr {
	background-color: #0080FF
}
ul {
	list-style-type: square;
}
li {
	position: relative; left: -20px;
}
.contactUs {
	background-color: #0080FF;
	padding: 10px 20px;
}
.menu {
	float: left;
	width: 280px;
}
.main {
	float: left;
	width: calc( 100% - 280px );
}
.CV {
	border-left: 2px solid green;
	padding-left: 10px;
}
.ASoft {
	padding: 10px 50px;
	max-width: 75%;
}
@media only screen and (max-width: 640px) { /* For mobile phones: */
	.menu, .main {
		width: 100%;
	}
	.CV {
		border-left: 0px;
	}
	.ASoft {
		padding: 0px;
		max-width: 100%;
	}

@media only screen and (max-width: 768px) { /* For mobile phones: */
	.soft {
		Xdisplay: none;
	}
}
