html {
    scrollbar-color: #35c0e1 #f2fbff;
}

body {
  background-color: #38cbee;
  color: #232a57;
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  line-height: 1.6;
}

a{
  font-weight:bold;
  text-decoration:none;
  color:#30aecf;
  padding-left:1px;
  padding-right:1px;
}

a:hover{
  color:white;
  background-color:#30aecf;
}

.footer a{
  font-weight:bold;
  text-decoration:none;
  color:white;
  padding-left:1px;
  padding-right:1px;
}

.footer a:hover{
  color:#35c0e1;
  background-color:white;
}

a.link:hover{
  color:unset;
  background-color:unset;
}

b{
  color:#35c0e1;
}

i{
  color:#35c0e1;
}

p{
  margin: 8px;
}

div.main{
  width:800px;
  border:1px solid #232a57;
  background-color: white;
}

div.header{
  background-image: url("/styles/headerlati.png");
  height: 260px;
  border-bottom:1px solid #232a57;
}

div.nav{
  border-bottom:1px solid #232a57;
  padding: 5px 15px 5px 15px;
  background-color:#f2fbff;
}

div.cont{
  padding: 8px 20px 14px 20px;
  min-height:200px;
}

div.footer{
  border-top:1px solid #232a57;
  padding: 8px 15px 8px 15px;
  color:white;
  background-color:#35c0e1;
}

div.splash{
  width:600px;
  border:3px solid #30aecf;
  background-color: white;
  padding: 20px 3px 20px 3px;
  margin-top: 200px;
}

table{
  width:85%;
}

table.list th, td{
  width:85%;
  text-align:center;
  padding: 2px 5px 2px 5px;
}

table.list tr:nth-child(1){
  color:white;
  background-color:#35c0e1;
  font-weight:bold;
}

table.list tr:nth-child(2){
  color:#35c0e1;
  background-color:#f2fbff;
  vertical-align:middle;
}

table.list tr:nth-child(3) td:nth-child(1){
  padding: 7px 5px 7px 5px;
}

table.list tr:nth-child(3) td:nth-child(2){
  vertical-align:middle;
  padding: 20px 5px 20px 5px;
}

table.list td:nth-child(1){
  width:40%;
}

table.list img{
  max-width:75%;
  max-height:160px;
  border:3px solid #35c0e1;
  vertical-align:middle;
}

img.bor{
    border:3px solid #35c0e1;
}