/* ----- CSS ----- */
body{
margin: 0px;
padding: 0px;
background: url(../images/background.jpg) repeat-x #21A5C2;
text-align: center;
}

a.navbar:hover{
color: #FFB300;
text-decoration: none;
}
.navbar {  color: #ffffff; text-decoration: none;}

.link {  color: #1D1983; text-decoration: none;}
a.link:hover{
color: #FFB300;
text-decoration: none;
}

.bottom {  color: #8ADBFF; text-decoration: none;}
a.bottom:hover{
color: #FFB300;
text-decoration: none;
}