a:link {color:#FFFF00}     /* unvisited link */
a:visited {color:#FFFFCC}  /* visited link */
a:hover {color:#00FFFF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

body {
background-color:#131972;
background-image:url(images/brickwall.jpg);
background-position:bottom;
background-repeat:repeat;
width:95%;
}
.pageContainer {
background-color:#FFFFFF;
width:1024px;
text-align:center;
/* border:1px solid black; */
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
opacity:.85;
text-align:center;
color:white;
border:1px solid white;
background-color:#000000;
}

.contentBorder {
border-top-color:#000000;
border-top-width:2px;
border-top-style:solid;
border-left-color:#000000;
border-left-width:2px;
border-left-style:solid;
border-right-color:#000000;
border-right-width:2px;
border-right-style:solid;
}
.mainContentBorder {
border-left-color:#000000;
border-left-width:2px;
border-left-style:solid;
border-right-color:#000000;
border-right-width:2px;
border-right-style:solid;
}
.bottomBorder {
border-bottom-color:#000000;
border-bottom-width:2px;
border-bottom-style:solid;
}


