/* This is the stylesheet for the meekmok rpg page */


body { 
	background-color: gray; 
	text-align: center; 
}

p, div, a { 
	font: 800 14px/16px "arial", sans-serif; 
} 
	
a { 
	color: white; 
	text-decoration: none; 
}
a:hover { 
	color: #ff9; 
	}
	
div.container { 
	width: 75%; 
	text-align: left; 
	margin:0px auto; 
	background-color: #000; 
	padding: 20px;
}

div.left { 
	float: left; 
	margin-left: 10%; 
}

div.right { 
	margin: 50px 0px 100px 350px; 
	}
	
div.game { 
	margin: 30px 0px 0px 20px; 
	}
	
span.title { 
	font-size: larger; 
	font-weight: bold; 
}

span.subtitle { 
	font-size: smaller; 
	font-style: italic; 
}

div.group { 
	float: right; 
}

div.group a { 
	font-size: small; 
	font-weight: normal; 
	font-style: italic; 
}
