

html { 
    margin:0;padding:0;
    background-color: #11171f; 
    color:  #fafeff;
    font-size: 16px;
    background-image: url("images/bg.png");
}



body {
    color: #fafeff;
    background-color: #4595d8;
    border-radius: 25px;
    border: 5px solid #1b3556;
    font-family: Helvetica Rounded,Arial,sans-serif;
    text-shadow: 2px 2px #3e6d8b;
    max-width: 1024px;
    margin: 0 auto !important;
    float: none !important;
}


h1 {
    margin-left: 8px;
    color: #fafeff;
    font-family: Helvetica Rounded,Arial,sans-serif;
    font-size: 130%;
    text-shadow: 2px 2px #3e6d8b;
}

h2 {
    margin-left: 8px;
    color: #fafeff;
    font-family: Helvetica Rounded,Arial,sans-serif;
    text-shadow: 2px 2px #3e6d8b;
    font-size: 200%;
}

.pblack {
    color: #fafeff;
    font-family: Helvetica Rounded,Arial,sans-serif;
    text-shadow: 2px 2px #000;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    margin-left: 8px;
    margin-right: 8px;
}

p {
    color: #ffffff;
    font-family: Helvetica Rounded,Arial,sans-serif;
    text-shadow: 2px 2px #3e6d8b;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    margin-left: 8px;
    margin-right: 8px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2a5388;
}

li {
    float: left;
}

li a {
    display: block;
    color: #fafeff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-family: Helvetica Rounded,Arial,sans-serif;
    border-style: solid;
    border-bottom-style: none;
    border-top-style: none;
    border-width: 1px;
    border-color: #1b3556 #1b3556;
    border-collapse: collapse;
}

li a.current {
    display: block;
    color: #fafeff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-family: Helvetica Rounded,Arial,sans-serif;
    background-color:  #1b3556;
}

a:link {
    color: #fffbcd;
}

/* visited link */
a:visited {
    color:  #fffbcd;
}

/* mouse over link */
a:hover {
    color:  #eaecee;
}

/* selected link */
a:active {
    color:  #ffffff;
}

 /* unvisited link */
.sublinks a:link {
    color: #fffbcd;
}

/* visited link */
.sublinks a:visited {
    color:  #fffbcd;
}

/* mouse over link */
.sublinks a:hover {
    color:   #eaecee;
}

/* selected link */
.sublinks a:active {
    color:  #ffffff;
}

.ignore-css{all:unset;}

td img{
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

li a:hover {
    background-color: #2a2f40  ;
    font-family: Helvetica Rounded,Arial,sans-serif;
}

a {
text-decoration: none;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 66%;
}

.left {
  width: 66%;
}

.right {
    float: left;
  width: 33%;
}


