*{
	margin: 0;
	padding: 0;
	border: none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}

body
{
	width: 100%;
	height: 100%;
	
	background-color: #111c2d;
	background-image: url(images/background.png);
	
	text-align: left;
	
	font-size: 18px;
	font-family: 'Georgia', serif;
	text-shadow: 0px 1px #ffffff;
	
	color: #333333;
	
	line-height: 1.80em;
	
	list-style-position: inside;
}

a
{
	outline: none;
}

p a
{
	outline: none;
	text-decoration: none;
	font-weight: bold;
	
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;

	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.75);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.75);
	
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4));
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0.4)));
	
	border: solid 1px rgba(0,0,0,0.25);
}

p a:hover
{
	background: -moz-linear-gradient(-90deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0.1)));
}

img
{
	border: none;
}

html
{
	width: 100%;
	height: 100%
}

p
{
	margin-bottom: 1.5em;
}

b
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

strong
{
font-weight: bold;
}

em
{
	font-style: italic;
}
