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;
 }

DT { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: justify;
 }

DD { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: justify;
 }

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;
}

P.right { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: right 
}

DT.right { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: right }
	   
.left {
    display: block;
    margin-left: auto;
}

P.left { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: left 
}

DT.left { color: Black;
       font-size: medium;
       font-family: "Times New Roman", serif;
       text-align: left }

.imgb {
    border: 2px solid transparent;
    padding: 2px;
}

.imgbr {
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 25px;
}

.imgbr2 {
    border: 1px solid;
    padding: 0px;
    border-radius: 25px;
}

.imgbr3 {
    border: 3px solid;
    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);
}

.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;}

