/* ________________innommable css_______________ */

/* ___________________general___________________ */

body
{
	margin: 0px;
	background-color: #ffffff;
	font: small/1.5em georgia, times, serif;
}

a:link
	{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	}

a:visited
	{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	}

a:hover,active
	{
	text-decoration: overline;
	color: #195583;
	border-bottom: none;
	}

h1,h2,h3
{
	color: #6d0000;
}

ul
{
	list-style: none;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: -1em;
}


/* _________________info blocks_________________ */

#container
{
	position: relative;
	width: 800px;
	height: 725px;
	margin: 0px auto;
}

#title
{
	position: relative;
	left: 50px;
	width: 500px;
	padding: 25px;
	margin: 25px;
	text-align: justify;
	border: 2px solid black;
	border-bottom: none;
}

#playtest
{
	position: relative;
	top: 0px;
	left: 400px;
	width: 300px;
	padding: 25px;
	margin: 25px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

#situations
{
	position: relative;
	top: -350px;
	left: -100px;
	width: 500px;
	padding: 25px;
	margin: 25px;
	border-left: 2px solid black;
}

#documents
{
	position: relative;
	top: -300px;
	width: 300px;
	padding: 25px;
	margin: 25px;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

#contact
{
	position: relative;
	top: -400px;
	left: 620px;
	width: 250px;
	margin: 25px;
	text-align: center;
	border: 1px solid gray;
}


/* _________________text styles_________________ */

.small
{
	font-size: 50%;
}

.right
{
	text-align: right;
}
