body {
    background-color: #F5FFFF;
    background-image: url("images/bg.jpg");
}

P { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: justify;
 }
 
P.right { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: right;
 }
 
P.left { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: left;
 }

DT { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: justify;
 }

DT.right { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: right;
 }
 
DT.left { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: left;
 }

DD { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: justify;
 }

DD.left { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: left;
 }

LI { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: justify;
 }

div.r {
    text-align: right;
    margin-left: auto
}

.right {
    display: block;
    margin-left: auto;
}

.imgb {
    border: 2px solid transparent;
    padding: 2px;
}

.imgbr {
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 25px;
}

.imgbr2 {
    border: 1px solid black;
    padding: 0px;
    border-radius: 25px;
}

.imgbr3 {
    border: 2px solid black;
    padding: 0px;
    border-radius: 25px;
}

.big {
    position: relative;
    opacity: 1;
    transform: scale(1, 1);
    transition: 0.3s ease;
}

.big:hover {
    transform: scale(1.1, 1.1);
    opacity: 1;
    z-index: 1;
}

.dim {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.dim:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.gallery {
    display: inline-block;
    border: 1px solid #0B610B;
    border-radius: 4px;
    padding: 5px;
    transition: 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery:hover {
    box-shadow: 0 0 2px 3px rgba(256, 0, 0, 1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.link:link {color:#0000ff;text-decoration: none;}
.link:visited {color:#29088A;text-decoration: none;}
.link:hover {color:#ff0000;text-decoration: underline;}
.link:active {color:#ff0000;text-decoration: none;}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #3c9fe9;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c9fe9), to(#25628f));
    background: -moz-linear-gradient(top, #3c9fe9, #25628f);
    background: linear-gradient(to bottom, #3c9fe9, #25628f);
    font: normal normal bold 13px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 2px solid #ededed;
    background: #48bfff;
    background: -webkit-gradient(linear, left top, left bottom, from(#48bfff), to(#2c76ac));
    background: -moz-linear-gradient(top, #48bfff, #2c76ac);
    background: linear-gradient(to bottom, #48bfff, #2c76ac);
    text-shadow: #ffffff 1px 1px 1px;
    color: #000000;
    text-decoration: none;
}
.button:active {
    background: #25628f;
    background: -webkit-gradient(linear, left top, left bottom, from(#25628f), to(#25628f));
    background: -moz-linear-gradient(top, #25628f, #25628f);
    background: linear-gradient(to bottom, #25628f, #25628f);
}

.button1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #ff0d0d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0d0d), to(#cc0707));
    background: -moz-linear-gradient(top, #ff0d0d, #cc0707);
    background: linear-gradient(to bottom, #ff0d0d, #cc0707);
    text-shadow: #780404 1px 1px 1px;
    font: normal normal bold 13px arial;
    color: #ffffff;
    text-decoration: none;
}
.button1:hover,
.button1:focus {
    background: #ff1010;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff1010), to(#f50808));
    background: -moz-linear-gradient(top, #ff1010, #f50808);
    background: linear-gradient(to bottom, #ff1010, #f50808);
    text-shadow: #ffffff 1px 1px 1px;
    color: #000000;
    text-decoration: none;
}
.button1:active {
    background: #cc0707;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc0707), to(#cc0707));
    background: -moz-linear-gradient(top, #cc0707, #cc0707);
    background: linear-gradient(to bottom, #cc0707, #cc0707);
}

.button2 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #08cd5e;
    background: -webkit-gradient(linear, left top, left bottom, from(#08cd5e), to(#057e3a));
    background: -moz-linear-gradient(top, #08cd5e, #057e3a);
    background: linear-gradient(to bottom, #08cd5e, #057e3a);
    text-shadow: #034f24 1px 1px 1px;
    font: normal normal bold 13px arial;
    color: #ffffff;
    text-decoration: none;
}
.button2:hover,
.button2:focus {
    background: #0af671;
    background: -webkit-gradient(linear, left top, left bottom, from(#0af671), to(#069746));
    background: -moz-linear-gradient(top, #0af671, #069746);
    background: linear-gradient(to bottom, #0af671, #069746);
    text-shadow: #ffffff 1px 1px 1px;
    color: #000000;
    text-decoration: none;
}
.button2:active {
    background: #057e3a;
    background: -webkit-gradient(linear, left top, left bottom, from(#057e3a), to(#057e3a));
    background: -moz-linear-gradient(top, #057e3a, #057e3a);
    background: linear-gradient(to bottom, #057e3a, #057e3a);
}

.button3 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #fcf003;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcf003), to(#e8dd05));
    background: -moz-linear-gradient(top, #fcf003, #e8dd05);
    background: linear-gradient(to bottom, #fcf003, #e8dd05);
    text-shadow: #ffff04 1px 1px 1px;
    font: normal normal bold 13px arial;
    color: #111111;
    text-decoration: none;
}
.button3:hover,
.button3:focus {
    background: #ffff04;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff04), to(#ffff06));
    background: -moz-linear-gradient(top, #ffff04, #ffff06);
    background: linear-gradient(to bottom, #ffff04, #ffff06);
    text-shadow: #000000 1px 1px 1px;
    color: #f6fdfd;
    text-decoration: none;
}
.button3:active {
    background: #b0a802;
    background: -webkit-gradient(linear, left top, left bottom, from(#b0a802), to(#e8dd05));
    background: -moz-linear-gradient(top, #b0a802, #e8dd05);
    background: linear-gradient(to bottom, #b0a802, #e8dd05);
}

.button4 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #ffee00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#b3a700));
    background: -moz-linear-gradient(top, #ffee00, #b3a700);
    background: linear-gradient(to bottom, #ffee00, #b3a700);
    text-shadow: #ffff00 1px 1px 1px;
    font: normal normal bold 13px arial;
    color: #000000;
    text-decoration: none;
}

.button4 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: #cdc308;
    background: -webkit-gradient(linear, left top, left bottom, from(#cdc308), to(#7e7805));
    background: -moz-linear-gradient(top, #cdc308, #7e7805);
    background: linear-gradient(to bottom, #cdc308, #7e7805);
    text-shadow: #4f4b03 1px 1px 1px;
    font: normal normal bold 13px arial;
    color: #ffffff;
    text-decoration: none;
}
.button4:hover,
.button4:focus {
    background: #ffff00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#d7c800));
    background: -moz-linear-gradient(top, #ffff00, #d7c800);
    background: linear-gradient(to bottom, #ffff00, #d7c800);
    text-shadow: #ffffff 1px 1px 1px;
    color: #000000;
    text-decoration: none;
}
.button4:active {
    background: #b3a700;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3a700), to(#b3a700));
    background: -moz-linear-gradient(top, #b3a700, #b3a700);
    background: linear-gradient(to bottom, #b3a700, #b3a700);
}

.cover {
    border: 0px solid Black; 
    padding: -1px; 
    border-radius: 0px; 
    transition: 0.1s ease; 
    }

.cover:hover {
    position: relative;  
    transform: scale(1.1, 1.1); 
    opacity: 1; 
    z-index: 1; 
    }

.cover:active {
    position: relative; 
    right: 100px; 
    transform: scale(6, 6); 
    opacity: 1; 
    z-index: 1; 
    } 
