/* -- General -- */

a:link {
		color: #ffffff;
		text-decoration: none;
}

a:visited {
		color: #ffffff;
		text-decoration: none;
}

a:hover {
		color: blue;
		text-decoration: none;
		border-bottom: 12px solid;

}

p:hover {
		text-decoration: none;
		border-bottom: 0px solid white;
}

/* -- Main -- */


#main { 
			margin: 50px auto; 
			padding: 50px;
			z-index: 500;
	}
	
p {
		font-family: Times, serif;
		font-size: 130px;
		color: #ffffff;
		letter-spacing: 3px;

}

f1 {
		font-family: Times, serif;
		font-size: 80px;
		color: #ffffff;
		letter-spacing: 1px;

}
/* -- Footer -- */

#footer {
	position: fixed;
	bottom:0;
	right:0;
	/* padding: 45px 60px 45px 60px; */
	padding: 0px 60px 45px 0px;
	z-index: 500;
}

#clear {
	clear:both;
}