#container {
	width: 75%; 
	text-align: left; 
	background-color: white;  
	padding: 10px 10px 10px 10px}		/*creates the webpage container*/
	
#centerPage {
	margin-left: auto;	
	margin-right: auto;	
	width: 80%; 
	background-color: white
	}		/*centers all of the content on the page*/

a {
	color: black;
	}

a:hover {
	color: red;
	}

H1
{
 font-family: sans-serif;
 font-size: 120%;
 white-space: pre;
}

TD { vertical-align : top; }

DIV.monster_entry H1
{
 border : none;
 font-variant : small-caps;
}


DIV.monster_entry P 
{ 
	line-height : 125%; 
	font-size : 100%;
}

DIV.monster_entry TABLE
{
 font-family : sans-serif;
 
}

DIV.monpic
{
 float:right;
 background:white;
 width:300px;
 text-align:center;
}

P.illus { font-style : italic; }

DIV.statblock
{ 
 border-bottom : 1px solid black;
 font-family : sans-serif;
 font-size : 90%;
}


DIV.statblock P
{
 margin : 0 0 0 1.0em;
 text-indent : -1.0em;
 line-height : 150%;
} 
DIV.spellblock { margin : 0 0 0 1.0em; }

DIV.mondescription P 
{ 
	margin-bottom : 0; 
	font-size : 90%;
	font-family : sans-serif;
}

DIV.mondescription P + P
{
 margin : 0;
 text-indent : 1.0em;
}

P.visual
{
 font-family : sans-serif;
 font-style : italic;
 margin : 0;
}

#Title {
  font-weight:bold;
  font-size:120%;
  color:#933;
  margin-top:5px;
  background-color:#fff;
}
