<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Adding Border Color</title>
</head>
<frameset rows="45,40,*" bordercolor="#FF0000" border="6">
<frame name="banner" SRC="banner.html" marginheight="3" marginwidth="3" scrolling="no" noresize="noresize" />
<frame name="buttons" SRC="buttons.html" marginheight="3" marginwidth="3" scrolling="no" noresize="noresize" />
<frameset cols="170,*">
<frame name="index" src="indexcity.html" marginheight="3" marginwidth="3" scrolling="no" noresize="noresize" />
<frame name="photos" src="openingpage.html" marginheight="3" marginwidth="3" noresize="noresize" />
</frameset>
</frameset>
</html>