#nav a:link {color: #ffffff; text-decoration: none}
#nav a:active {color: #ffffff; text-decoration: none}
#nav a:visited {color: #ffffff; text-decoration: none}
#nav a:hover {color: #ffffff; text-decoration: underline}
#nav a {text-align:left;}
a:link {
  color: blue; 
    text-decoration: underline; }
  /*background: #FFFFFF;}*//*white*//*normal links in the text*/
a:visited {
  color: blue;
    text-decoration: underline; }
  /*background: #FFFFFF;}*/
a:hover { /*this effect is not shown in NN4.xx*/
  color: blue;
    text-decoration: underline; 
    }
a:active {/*colour in NN4.xx is red*/ 
  color: blue; 
  text-decoration: underline; }
 /* background: #FFFFFF;}*/

a.body:link {color: #000000; text-decoration: underline}
a.body:active {color: #000000; text-decoration: underline}
a.body:visited {color: #000000; text-decoration: underline}
a.body:hover {color: #000000; text-decoration: underline}
 #center {
    	   text-align: center;
			}
.graphic {
	/*display: inline;*/
	  /*z-index: 3;*/
	  padding: 0px 0px 0px 0px;
	   text-align: center;
	  /* height: 71px;*/
	   width:500px;
	   background-color: #343446; /*yellow/gold*/
	   background-image:  url("images/aeanewbkgrd2.gif"); /* */
		background-position: middle;
		}
