body {

color: #352524; /* text color for undefined items */

background: url("images/lines.jpg") fixed #CDCDFF; 

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

font-size: 11px;

}


/* Paragraph */

p {

margin-left: 5px;

color: #352524;

}



/* Unvisited links */

a:link {

color: #848484;

}



/* Visited links */

a:visited {

color: #848484;

}



/* Active links (not widely supported)	*/

a:active {

color: #848484; 

}



/* Links when hovered over (MSIE only)	*/

a:hover {

color: #242554; 

}


/* Links unordered lists */

ul {

margin-left: 50px;

list-style: disc;

Color: #352524;

}



/* This is for main headers on all pages *apart* from the home page */

h1 {

margin-left: 5px;

font-size: 1.5em;

font-weight: bold;

border: none;

color: #5A5A56;

}


/*	This is used for the sub headers */

h2 {

margin-top: 0px;
margin-bottom: 5px; 
margin-left: 5px; 

font-size: 1.4em; 

font-weight: bold;

border: none;

color: #4A4242; 

}

strong.selected {
font-size: 1.2em; 
/*font-weight: bold;*/
color: #242554; 
}

/* This is used for the sub sub headers */
}

h3 {

margin-top: 9px;
margin-bottom: 3px; 
margin-left: 10px;

font-size: 11px;

font-weight: bold;

border: none;

color: #848484; 


/* This is for the margin for the form elements */

div.margin {

margin-left: 20px;

}

/* Table cells	*/

td {

color: #352524;

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

font-size: 11px;

}

/* Preformatted text */

pre {

margin-left: 5px;

font-size: small;

font-weight: bold;

color: #352524;

}








