
/* BULLETS */
li { color: white; }

/* BODY */

body {
                 background: white;
                 color: white;
                 font-family: "Arial";
     } 
       
       
/* LINKS */
       
       a:link {font-family: "Times New Roman"; font-size: 24px; color: black;TEXT-DECORATION: none;} 
       a:visited {font-family:  "Times New Roman"; font-size: 24px; color: black;TEXT-DECORATION: none;} 
       a:active {font-family:  "Times New Roman"; font-size: 24px; color: black;TEXT-DECORATION: none; } 
       a:hover {font-family:  "Times New Roman"; font-size: 26px; color: black; background-color:white;TEXT-DECORATION: none; } 

/* HEADINGS */
       
h1 { font-weight: bold; font-size: 28px; color: white;}
h2 { font-size: 24px; color: white;}
h3 { font-size: 20px; color: white;}
h4 { font-size: 18px; color: white;}


/* IMAGES */

 img { border: none; }

A: img { border:1px; border-thickness: 1px; border-color: white;}
A: active img {  border:1px; border-thickness: 1px; border-color: white;}
A: visited img { border:1px; border-thickness: 1px; border-color: white;}
A: hover img { border:1px; border-thickness: 1px; border-color: blue;}

/* TABLES */

table { background-color: #666633;}

.navbar {
	border: 1px #996633 solid;
	background-color: #999966;
	}

