a {
	text-decoration: none;
	color: #118822;
	color: #1010c9;
}

a:hover {
	text-decoration: underline;
}

.logo {
	text-align: center;
	margin-top:30px;
}

.langSelect {
    position: absolute;
    right: 10px;
    top:5px;
}
.langSelect a, .langSelect span {
    font-size: 80%;
    text-decoration: none;
    vertical-align: top;
}

.login {
	background-color: #ffcccc;
	border-style:solid; 
	border-width:2; 
	border-color:#aaccff;
    position: absolute;
    top: 5px;
    left: 5px;
}

.login td {
	text-decoration: none;
	font-size:80%;
}

.login input {
	background-color: #eeffff;
}    

.urlform {
    text-align: center;
}

.link {
	virtical-align: top;
}

.box table {
	border-collapse: collapse;
}
.box th {
    color: #338833;
	background-color: #ccffcc;
  	height: 3ex;
}
	
.box td {
	border-style: solid;
	border-color: #ccffcc;
}
