.navigation {
	font-family: Arial;
	font-size: 12px;
}
A.navigation:link {
	color: #0000FF;
	text-decoration: none;
}
A.navigation:visited {
	color: #0000FF;
	text-decoration: none;
}
A.navigation:hover {
	color: #FF0000;
	text-decoration: none;
}
.bottom-text {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.list-menu {
	font-family: Arial;
	font-size: 10px;
}
.right-nav {
	font-family: Arial;
	font-size: 9px;
}
.main-content {
	font-family: Arial;
	font-size: 11px;
}



.test {
	border: 0;
	padding: 0;
	margin: 0;
	}

.one {
	width: 40%;
	}

.two {
	width: 30%;
	min-width: 40%;
	max-width: 30%;
	}

.three {
	width: 50%;
	min-width: 40%;
	max-width: 30%;
	}

.four {
	width: 50%;
	max-width: 40%;
	}

.five {
	max-width: 10%;
	width: 10%;
	}

.six {
	width: 30%;
	min-width: 40%;
	}

.seven {
	min-width: 20%;
	width: 40%;
	}


.eight {
	width: auto;
	margin: 0 70% 0 0;
	min-width: 40%;
	}

.nine {
	max-width: 40%;
	}
	
.bluenav {
	color: #0000FF;
	text-decoration: underline;
}
.right {
	color: #000000;
	text-decoration: none;
}
a.right:link {
	color: black;
	text-decoration: none;
}
a.right:visited {
	color: black;
	text-decoration: none;
}
a.right:hover {
	color: red;
}
