/* global */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
  background-color: #ffffff;
  background-image: ;
  background-position: ;
  background-repeat: ;
  background-attachment: ;
  cursor: default;
}

a, a:link, a:visited, a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #000099;
}
a:hover {
  color: #000099;
  text-decoration: underline;
}

a.greenlink, a.greenlink:link, a.greenlink:visited, a.greenlink:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #009900;
}
a.greenlink:hover {
  color: #009900;
  text-decoration: underline;
}
  
.commontext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  margin : 5px 5px 5px 5px;
}
  
h1.titlepanel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 80%;
  margin : 0 100% 5px 0;
  padding: 2 -2 2 5;
  color: #f9f9ff;
  background-color: #000099;
  background-image: url(http://www.geocities.com/ice_23r0/res/.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scrolled;
  
}

h2.titlepanel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  width: 100%;
  margin : 0 100% 5px 0;
  padding: 2 -2 2 5;
  color: #000099;
  background-color: #EEEEFF;
}
  
/* wrapper */

.head {
  border : 1px solid #DEDEFF;
}

.wHead1 {
  background-color: #f9f9ff;
  background-image: url(../res/ice.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scrolled;
}

.wHead2 {
  background-color: #000099;
}

.wHead3 {
  background-color: #EEEEFF;
}

.wLeft {
  
}

.wRight {
  
}

/* information panel */
.intro {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border : 1px solid #EEEEFF;
  background-color: #f9f9ff;
  background-image: url(../res/ice.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scrolled;
}

/* menu panel */
.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border : 1px solid #EEEEFF;
  background-color: #f9f9ff;
}

/* external links*/
.external {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border : 1px solid #EEEEFF;
  background-color: #f9f9ff;
  background-image: url(../res/ice.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: scrolled;
}

/* friend links*/
.friend {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border : 1px solid #EEEEFF;
  background-color: #f9f9ff;
}

/* note links*/
.note {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border : 1px solid #EEEEFF;
  background-color: #f9f9ff;
}

/* foot */
.foot {
  border : 1px solid #DEDEFF;
  background-color: #EEEEFF;
  text-align: center;
}