/********** SELECTORS **********/

BODY {

background-image: url('pattern.jpg');
background-color: 5F4545;
color: 000000;
font-family: "Century Gothic", Arial, Verdana;
font-size: 12px;
margin: 0;
padding: 0

}

H1 {

font-weight: bold;
font-size: 25px;

}

LI {

font-style-type: none;

}

/********** PSUEDO CLASSES **********/

A:LINK {

font-size: 12px;
color: 721505;
text-decoration: none;
font-weight: bold;

}

A:VISITED {

font-size: 12px;
color: 721505;
text-decoration: none;
font-weight: bold;

}

A:HOVER {

font-size: 12px;
background-color: 7B443B;
color: 000000;
text-decoration: none;
font-weight: bold;

}


/********** ID/CLASS CONTAINERS **********/

.NAVIGATION A {

text-align: center;
font-weight: bold;

}

.CONTENT {

font-size: 12px;
padding: 3px;
text-align: justified;

}

#COPYWRITE {

font-family: Century Gothic, Times New Roman;
font-size: 10px;
font-weight: italics;
text-align: center;

}