body {
  padding-top: 10px; /* 60px to make the container go all the way to the bottom of the topbar */
}

#logo {
  float: right;
}

#home {
  text-decoration: none;
}

#title {
  color: #a1202b;
  margin-top: 32px;
}

#languages {
  margin-top: 5px;
  margin-bottom: 30px;
}

#languages_inner {
  margin-top: 5px;
  margin-bottom: 0px;
}

#headimage a{
  color: black;
  text-decoration: none;

}
#footer {
  margin-top: 90px;
  background-color: #e2e2e2;
  border: 1px solid #c3c3c3;
  height: 65px;
}

#footer p{
  margin: 5px;
}

#footer a{
  float: right;
  color: black;
  text-decoration: underline;

}

#freetext {
	margin-right: 20px;
}
#legend {
    margin-top: 12px;
    background-color: whiteSmoke;
    width: 100%;
    border: 1px solid #c3c3c3;
}
#legend td{
    padding: 5px;
	padding-left: 7px;
}


.tag-1 {    font-size: 10px;} 
 
.tag-2 {    font-size: 12px;} 
 
.tag-3 {    font-size: 14px;} 
 
.tag-4 {    font-size: 16px;} 
 
.tag-5 {    font-size: 18px;} 
 
.tag-6 {    font-size: 20px;} 
 
/* For large tag cloud 6 step */.tag-7 {    font-size: 22px;} 
 
.tag-8 {    font-size: 24px;}


#keyword-form {
    display: inline;
}

ul.tagit {
    padding: 4px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}






