body {
	color: #000000;
	background-color:#FFFFFF;
	margin: 5px;
	padding: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.2em;
	text-align: left;
	background-image: none;
}

#navigation2 { 
	float: right; 
	width: 10em;  
	bottom: 0;
	background-image: url(Guild-logo-small.jpg);
	background-repeat: no-repeat;} 
	
#content {
	top: 10px;
}
	
#footer { clear: both; }

a:link {color: #370aeb;
text-decoration: underline;}

a:hover {color: #eb0b21;
background-color: #e1eb6f;
text-decoration: underline;}

h1 {font-size: 1.5em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: center;
color: #6600cc;}

h2 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #6600cc;}

h3 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

h4 {font-size: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}
 
div#menu {
	float: left;
	top: 10px;
    height: auto;
    width: 200px;
}
div#menu li {
    height: 40px;
    width: 125px;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: medium;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
    background-image: url(bottom-linkedlist.jpg);
    background-repeat: no-repeat;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu li a:link {
    color: white
}
div#menu li a:visited {
	font-weight: bold;
	color: #003366;
	background-image: url(bottom-linkedlist.jpg);
	background-repeat: no-repeat;
}
div#menu li a:hover {
    font-weight: bold;
    color: red;
	background-image: url(pressed-linkedlist.jpg);
	background-repeat: no-repeat;
} 

div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(pressed-linkedlist.jpg); 
    background-repeat: no-repeat;
}

div#menu ul  {
 list-style-type: none;
 padding-left: 0;
 margin-left: 0;
}


.red {
	color: #FF0000;
}
