/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 }

h1, h2, h3, h4 {
 margin:0; 
 padding: 5px;
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 }
h1 {
  font-size:16px;
  text-decoration: underline;
 }
h2 {
  font-size:14px;
 }
h3 {
	color: #8E6EDB;
	font-size: 12px;
}
 .gamelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCCFF;
	text-decoration: underline overline;
}

.charlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
  color: #0c0c0c;
  text-decoration: none;
 }
a:hover {
  color: #FFFFFF;
  text-decoration: underline; 
 }
