html>
<style type="text/css">
#container  {  margin-left:  auto;
               margin-right:  auto;
               width: 80%;
} 
body { background-color: #8B0000;
       color: #88FC00;
       font-family: Verdana, Arial;
}
h1 { background-color: #88FC00;
     color: #696969;
     line-height: 200%
}
.nav { background-color: #8B0000;
       color: #EEC900;
       font-size: 1.1em
}
p { background-color: #8B0000;
       color: #FFD700;
}
em {background-color: #8B0000;
       color: #FFD700;
}
</style>
<!DOCTYPE html PUBLIC "_//W3C//DTD XHTML 1.0 Transitional//EN"
"http://ww.w3.org/TR/xhtmll-trasitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<title>The Incredibles Family</title>
<a href="incredibleshomepage.html">Family Members and Friends</a> 
<a href="powers.html">Who has what powers?</a> 
<a href="identity.html">In Hiding???</a> 
<a href="ednamode.html">Costume Designer of The Incredibles</a>   
</head> 
<body> 
<h1>Edna Mode</h1>
Edna Mode has always been the best designer of super suits. 
She said that making Violet and Jack-Jack's costumes were the 
hardest to make because Violet had to have her suit turn invisible with her body, and Jack-Jack's
suit had to be able to withstand whatever. Edna also had trouble with Susan's suit because she had to 
make it stretch to so little. 
</br> 
</br> 
</br>  
</body> 
</html>