a:link, A:visited {
   color: #666699;
   text-decoration: none;
}
a:hover, A:active, A:alink {
   color: #3366FF;
}
BODY {
   background-color: #000033;
   font-family: "Garamond", "Times New Roman";
   font-size: 16px;
   color: #000000;
   margin: 0px;
}

p,td,ul {
   font-family: "Garamond", "Times New Roman";
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   color: #666666;
}
p,ul,li {
   line-height: 16px;
}
p {
   font-size: 16 px;
   font-style: normal;
   margin: 0;
   padding: 0;
}
hr {
   color: #333333;
   width: 70%;
}
br {
   font-size: 16px;
   line-height: 16px;
}

/* ------------- background no-repeat --------- */
.backgr {
   background-repeat: no-repeat;
   background-position: 100% 100%;
}

/* -------------------- big ------------------- */
.big {
   font-size: 30px;
   line-height: 33px;
   color: #CCCCCC;
}

/* ------------------- menu ------------------- */
.menu, .menu:link, .menu:visited {
   font-size: 30px;
   font-weight: bold;
   color: #2e3192;
}

.menu:hover, .menu:active, .menu:alink {
   color: #FFFFFF;
}

/* ---------------- copyright ----------------- */
.copyright, .copyright:link, .copyright:visited {
   color: #666666;
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
}
.copyright:hover, .copyright:active, .copyright:alink {
   color: #666666;
   text-decoration: underline;
}

/*-------------------- about -------------------*/

.about-title {
   font-family: "Arial";
   font-size: 20px;
   line-height: 20px;
   font-weight: bold;
   color: 000000;
}

/* ------------------ current ----------------- */
.current, .current:link, .current:visited {
   color: #9999CC;
}
.current:hover, .current:active, .current:alink {
   color: #3366FF;
   text-decoration: none;
}

/* ---------------- pretable ------------------ */
.pretable, .pretable:link, .pretable:visited {
   color: #666699;
}

.pretable:hover, .pretable:active, .pretable:alink {
   color: #FFFFFF;
}



