
body {	
	background: navy;
  	background-image: url("paper.GIF");
  	background-attachment: fixed;
 	font-family: Georgia, New Times Roman, serif; 
	font-weight: bold; 
	font-size: 16px;
}

li {color: white; margin-left: -1.2em;}

a:link {color: dodgerblue; text-decoration: none;}
a:visited {color: dodgerblue; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
p {color: white; text-decoration: italic;}
.friends {color: white; font-size: 24px;}
.news {color: #FF0033; font-size: 20px; margin-top: 1em;}
.invite {color: white; font-style: italic; font-size: 16px}
.imp {color: #FF0033;}

.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  font-family: Georgia, Times New Roman, serif;
  font-size: 12px;
  color: black;
  text-align: left;
  position: fixed;
  left: 27.5em;
  top: 2em;
  y-index: 99;
  margin-left: 0;
  width: 330px;
  border-radius: 1px 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.tooltip:hover img {
  border: 0;
  margin: -5px 0 0 -45px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.7em 0;
  margin-left: 1em;
}
.info { 
  background: #c0c0FF; 
  padding: 10px;
  border-top: 1px solid #909090;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  border-left: 1px solid #909090; 
}
