/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*
{
	margin: 20;
	padding: 20;
}

body
{
	font: 14px Georgia, serif;
	text-align: center;
}

#random-phrase
{
	font: Times, serif;
	font-size: 16px;
	width: 500px;
	margin: 70px auto;
	! important: ;
}

#Random_line_index
{
	font: 80px Georgia, serif;
	! important: ;
}
