html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
#fullheight{height:100%}



a{text-decoration: none}
#pman a{color: #C0DCE7}
#pmanalt a{color: #7CBAD7}
#silver a{color: #AAAAAA}
   
body {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 12px;
	background-color: #46301F;
	color: #AAAAAA;
	line-height: 15px;
}
h1 {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 18px;
	text-transform: uppercase;
}
a:link {
	font-family: "Book Antiqua", "Times New Roman";
	text-decoration: none;
	color: #D26D88;
}
a:visited {
	font-family: "Book Antiqua", "Times New Roman";
	color: #D26D88;
	text-decoration: none;
}
a:hover {
	font-family: "Book Antiqua", "Times New Roman";
	color: #D26D88;
	text-decoration: underline;
}
a:active {
	font-family: "Book Antiqua", "Times New Roman";
	color: #D26D88;
	text-decoration: none;
}
