/* ------ Main Style Sheet ------ */

/* --- Page and tables fonts and colors --- */

body, table {
font-family: sans, arial, helvetica;
font-size: 12px;
color: black;
background-color: white;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

/* --- Links --- */

a:link, a:active {
color: #563ab0;
}

a:visited {
color: #563a81;
}

a:hover {
color: red;
}

/* --- Classes --- */

/* header background */

.header-bg {
background-color: #563ab0;
}

/* horizontal navigation panel */
.header {
font-weight: bold;
background-color: #e7eabc;
}

/* left navigation panel */
.navwrap {
background-color: #e7eabc;
width: 160px;
}

/* left navigation panel elements */
.nav {
background-color: #e7eabc;
//text-decoration: none;
margin-left: 5px;
border-top-style: solid;
border-width: 1px;
border-color: white;
}

/* small fonts in the right news panel and elsewhere */
.sublist {
font-size: 10px;
}

/* main page body */
.mainpage {
margin: 10px;
}

/* accent style */
.accent {
font-weight: bold;
color: red;
}

/***** outdated classes *****/

img.album {
border-width: 3px;
border-style: outset;
}

/* Aaliyah Remembrance Book style */

.arb {
color: #cccccc;
background-color: #000000;
font-family: verdana, arial, helvetica;
}

/*
this site was made using Open Source software
*/

