<style type="text/css">


:link { color=#002200; }  /* for unvisited links */
:visited { color=#220022} /* for visited links */
a:active { color=#220000 } /* when link is clicked */
a:hover { color=#000022 } /* when mouse is over link */

a.archive {

href="archive.htm";

target="main";

}

a.gallery {

href="gallery.htm";

target="main";

}

a.home {

href="index.htm";

target="main";

}

a.info {

href="about.htm";

target="main";

}

a.shop {

href="shop.htm";

target="main";

}

body {

margin-left: 10%; margin-right: 10%;

 }

body.bar {

bgcolor="black";

}

frame.main {

src="home.htm";

name="main";

}

frame.sidebar {

src="sidebar.htm";

name="sidebar";

}

frameset {

cols=20%,*;

}



</style>