body{
	margin:10px;
	background-color:black;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	color:white;
}
.title{
	font-family:ARIAL;
	color:white;
	font-size:100px;
}
.sub{
	font-family:ARIAL;
	color:#444444;
	font-size:50px;
}
.tiny{
	font-family:ARIAL;
	color:#444444;
}
.nav{
	font-family:ARIAL;
	color:white;
	font-size:30px;
	line-height:150%;
	cursor:pointer;
	text-decoration:none;
}
a:hover{
	background-color:#00FF00;
	color:#444444;
}
