<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%
}
h2 { background-color: #8B1A1A;
     color: #696969;
     line-height: 200%
}
h3 { background-color: #FFD700;
     color: #FFFAF0;
     line-height: 200%
}
h4 { background-color: #FFD700;
     color: #FFFAF0;
     line-height: 200%
}
h5 { background-color: #FFD700;
     color: #FFFAF0;
     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>
<?xml version="1.0" encodings=-8"?>
<!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>Who has what powers?</title>
</head>
<body>
<a href=/"theincredibles.html">Family Members</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>
</br>
</br>
</br>
<h1>Mr. Incredible</h1>
<dt>
Bob Parr, A.K.A. Mr. Incredible has super strength. He can lift up two school buses at the same time 
without breaking a sweat!
</dt>
<h2>Elastigirl</h2>
<dt>
Susan Parr, commonly reffered to as Elastigirl or Mrs. Incredible, can stretch up to 100' and make herself 
1 millimeter thin. She can make herself turn into various things, and once had to be a parachute when the family was facing 
Syndrome.
</dt>
</br>
<h3>Violet</h3>
<dt>
Violet Parr can turn invisible and can make force fields. Violet and Dash once had to combine their powers while running away from 
Syndrome's army men. 
</dt>
<h4>Dasiell(Dash)</h4>
<dt>
Dash Parr can run super fast. He can run so fast, that he won't even sink in water.
</dt>
<h5>Jack-Jack</h5>
<dt>
Jack-Jack Parr can morph into things, as we all found out in The Incredibles movie. 
</dt>
</body>
</html>