body {
	background-image: 	url(images/bg.jpg);
	background-position: 	center;
	background-attachment:	fixed;
	background-repeat:	no-repeat;
}

h1 {
	text-align:		center;
	color:			#3dff3d;
	font-family:		Verdana, Trebuchet MS, Arial, Sans-serif Family;
	font-style:		bold;
}

#text {
	font-family:		Verdana, Trebuchet MS, Arial, Sans-serif Family;
	font-style:		bold;
	color:			#3dff3d;
	border-color:		white;
	border-width:		2px;
	border-style:		dashed;
	padding-right:		25px;
	padding-left:		25px;
	margin:			30px;
	margin-right:		450px;
	margin-top:		75px;
	text-align:		justify;
}

a:link {
	color:			white;
}

a:visited {
	color:			#3dff3d;
}

a:hover {
	color:			teal;
}

a {
	font-family:		Verdana, Trebuchet MS, Arial, Sans-serif Family;
	font-style:		bold;
}

#footer {
	font-family:		Verdana, Trebuchet MS, Arial, Sans-serif Family;
	font-style:		bold;
	color:			white;
	font-size:		15px;
}

p.links {
	margin:			90px;
}