body { 
margin: 0;
padding: 0;
background : #e3dbc6;
font-size : small;
font-family : arial, sans-serif;
color : #000;
} 

/* Set the default link colors */

a:link {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline; 
	}

a:visited {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover {
	color: red;
	background-color: black;
	text-decoration: underline; 
	}

a:active {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline; 
	}
/* Set the special link colors */

a.special:link {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 9px;
	}

a.special:visited  {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 9px;
	}

a.special:hover {
	color: white;
	background-color: black;
	text-decoration: none; font-size: 9px;
	}

a.special:active {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 9px;
	}

/* Set the special1 link colors */

a.special1:link {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 14px;
	}

a.special1:visited {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 14px;
	}

a.special1:hover {
	color: white;
	background-color: black;;
	text-decoration: none; font-size: 14px;
	}

a.special1:active {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 14px;
	}
/* Set the special2 link colors */

a.special2:link {
	color: #0000FF; font-weight: bold;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.special2:visited {
	color: #0000FF; font-weight: bold;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.special2:hover {
	color: black;
	background-color: red; font-weight: bold;
	text-decoration: none; font-size: 12px;
	}

a.special2:active {
	color: #0000FF;
	background-color: transparent; font-weight: bold;
	text-decoration: none; font-size: 12px;
	}

/* Set the special3 link colors */

a.special3:link {
	color: white;
	background-color: transparent; font-weight: bold;
	text-decoration: none; font-size: 12px;
	}

a.special3:visited {
	color: white;
	background-color: transparent; font-weight: bold;
	text-decoration: none; font-size: 12px;
	}

a.special3:hover {
	color: red;
	background-color: white; font-weight: bold;
	text-decoration: none; font-size: 12px;
	}

a.special3:active {
	color: white;
	background-color: transparent; font-weight: bold;
	text-decoration: none; font-size: 12px;
	}
/* Set the special3 link colors */

a.special4:link {
	color: white;
	background-color: red; font-weight: bold;
	text-decoration: none; 
	}

a.special4:visited {
	color: white;
	background-color: red; font-weight: bold;
	text-decoration: none; 
	}

a.special4:hover {
	color: red;
	background-color: white; font-weight: bold;
	text-decoration: none; 
	}

a.special4:active {
	color: white;
	background-color: red; font-weight: bold;
	text-decoration: none; 
	}
/* Set list space */
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Set grouped link colors using an ID */

#menu a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}

#menu a:visited {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	}

#menu a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
	}

#menu a:active {
	color: #f00;
	background-color: transparent;
	text-decoration: none;
	}

/* Set grouped link colors using a class */

.orange a:link {
	color: #f93;
	background-color: transparent;
	text-decoration: none;
	}

.orange a:visited {
	color: #f93;
	background-color: transparent;
	text-decoration: none;
	}

.orange a:hover {
	color: #fff;
	background-color: #f93;
	text-decoration: underline;
	}

.orange a:active {
	color: #f93;
	background-color: transparent;
	text-decoration: none;
	}


/* copyright and link */

#copyright {
	font-size: 75%;
	padding: 25px 0px 0px 0px;
decoration: underline; 
	}

-->

