.main {
	border: 2px solid #ff0000;
}

.content {	
	margin-top: 60px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 12pt;
}

.topic {
	font-weight: bold;
}

.menu {
	width: 400px;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

.menu a {
	text-decoration: none;	
}

.menu selected {
	color: #000000;
}

.menu a:link {
	color: #ff0000;
}

.menu a:visited {
	color: #ff0000;
}

