#mainContent
{
	width: 1600px;
	height: 1600px;
	background-image: url('background.jpg');
}

p.intro
{
	font-family: Arial;
	color: #969696;
	font-style: italic;
	text-align: center;
}

p.bold
{
	font-family: Arial;
	color: #969696;
	font-weight: bold;
	text-align: center;
}

p.regular
{
	font-family: Arial;
	color: #969696;
	text-align: center;
}

p.bold-left
{
	font-family: Arial;
	color: #969696;
	font-weight: bold;
	text-align: left;
}

p.line
{
	font-family: Arial;
	color: #969696;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
	margin-top: -30px;
}

p.line2
{
	font-family: Arial;
	color: #969696;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
	margin-top: -5px;
}

img.imgScreen
{
	border: solid #080808 4px;
}

a:link
{
	color: #969696;
}
a:visited
{
	color: #969696;
}
a:hover
{
	color: white;
}
a:active
{
	color: #969696;
}