a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}

.mini {font-size: 9px}

.meni_title {
	border: 2px solid #8C8CFF;
	background-color: #E6E6FF;
	color: #0000FF;
	font-weight: bold;
	font-size: small;
}
.meni_links {font-size: small}

.title {
	font-size: 24px;
	font-weight: bold;
}
.upper_title {
	color: #0000FF;
	font-weight: normal;
	font-size: 12px;
}
.upper_table {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #8C8CFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8C8CFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8C8CFF;
}
.text {
	font-size: 15px;
}

