body
{
background-image: url(images/blueground.jpg); 
font-family: arial;
}

.aboutBox
{
position: relative;
top: -1px;
left: 0px;
width: 620;
font-size: 14px;
background-color: white;
padding: 5;
text-align: justify;
border-bottom: 1px solid CadetBlue;
}

h1 
{
font-size: 14px;
font-style: bold;
}

p
{
font-size: 13px;
color: black;
text-align: justify;
}

p.indexEvents
{
font-size: 12px;
color: black;
text-align: left;
}


a.navs:link 
{
font-size: 13px;
color: maroon;
text-decoration:none;
text-align: right;
}

a.navs:visited 
{
font-size: 13px;
color: maroon;
text-align: right;
text-decoration:none;
}

a.navs:hover 
{
font-size: 13px;
color: red;
text-align: right;
text-decoration:none;

}

a.links:link 
{
font-size: 10px;
color: maroon;
text-decoration:none;
text-align: right;
}

a.links:visited {
font-size: 10px;
color: maroon;
text-decoration:none;
}


a.links:hover {
font-size: 10px;;
color: red;
text-decoration: none;
}

div.hr1
{
color: CadetBlue;
background-color: CadetBlue;
height:1;
}


.footer
{
font-size: 10px;
color: darkblue;
text-align: center;
}

/* Modules */

.moduleClass {

width: 100px;
padding: 5px;
border-top: 2px solid maroon;
border-bottom: 2px solid maroon;

font-size: 12px;
color: maroon;
text-align: center;

}

.moduleClassItem {

border-left: 5px solid black;
padding-left: 5px;
}

