﻿div.menu
{
	position: absolute;
	top: 125px;
	left: 50px;

	font-family: "Lucida Console", Monaco, monospace;
	/*font-weight: bold;*/

	/*font-variant: small-caps;*/
	color: #05f;

	padding-top: 5px;
	padding-right: 10px;

	border: 3px outset #05a;
	background-color: #eee;
}

ul.menu
{
	line-height: 30px;
}

img.display
{
	position: absolute;
	top: 150px;
	left: 225px;
	z-index: 1;
	visibility: false;
}

img.screenshot
{
	border-width: 0px;
}

img.logo
{
	position: absolute;
	top: 15px;
	left: 50px;
}

img.sprite
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

img.portrait
{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	border: 1px dashed black;
}

div.portrait
{
	float: left;
	width: 33%;
	text-align: center;
	font-size: 14px;
}

a:link.menu
{
	color: #05f;
	text-decoration: none; 
}

a:visited.menu
{
	color: #05f;
	text-decoration: none; 
}

a:hover.menu
{
	text-decoration: none;
	color: #007;
}

div.content
{
	color: #000;
	width: 60%;
	position: absolute;
	top: 130px;
	left: 250px;
	/*margin-top: 15px;
	margin-left: 15px;*/
	font-family: arial, helvetica, tahoma;
	font-size: 12px;
	font-weight: bold;
}

p.entry
{
	color: #05f;
	font-family: "Lucida Console", Monaco, monospace;
        font-size:1.25em;
	/*font-weight: bold;*/
	/*font-variant: small-caps;*/
}

div.footer
{
	color: #05f;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	/*font-weight: bold;*/
	/*font-variant: small-caps;*/
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(pics/background.png);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

table.header
{
	margin-left: 300px;
	text-align: center;
}

table.howtoplaytoc
{
	border: 1px solid black;
	width: 100%;
	border-spacing: 0px;
	font-size: 14px;
	text-align: center;
	background-color: #eef;
}

a.howtoplaytoc
{
	text-decoration: none;
	cursor: help;
}

a.navy
{
	color: navy;
}

strong.howtoplayheading
{
	font-size: 18px;
	color: navy;
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}

em.howtoplayheading
{
	font-size: 16px;
	color: blue;
	font-style: normal;
}

h1
{
	color: #007;
	text-align: center;

	font-family: "Lucida Console", Monaco, monospace;
	/*font-weight: bold;*/
	/*font-variant: small-caps;*/
}

h2
{
	color: #007;
	text-align: left;

	font-family: "Lucida Console", Monaco, monospace;/*system, courier, arial, helvetica;*/
	/*font-variant: small-caps;*/
}