/*
	CSS for sofalaCAS
 */
 
@import "css_div.css";
@import "css_style.css";

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

ul.nav {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.nav li {
	display: inline;
}
ul.nav a {
	display: block;
	width: 200px;
	height: 20px;
	background-color: white;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	line-height: 20px;
	color: black;
	text-align: left;
}
ul.nav a:hover {
	display: block;
	width: 200px;
	height: 20px;
	background-color: #4B4B4B;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	line-height: 20px;
	color: silver;
	text-align: left;
}
ul.nav a:active {
	display: block;
	width: 200px;
	height: 20px;
	background-color: #4B4B4B;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	line-height: 20px;
	color: silver;
	text-align: left;
}

