/* CSS Document */


div#system {
	width:210px;
	float:left;
}

div#buttens {
	margin-top:2px;
	width:90px;
	float:right;
}
a:link {
	color: #7EB913;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7EB913;
}
a:hover {
	text-decoration: underline;
	color: #7EB913;
}
a:active {
	text-decoration: none;
	color: #7EB913;
}
.style1 {	font-size: 10px;
	color: #7EB913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
