@charset "UTF-8";
/* CSS Document */

html body{
background-color:#FFFF00;
padding: 0px;
margin: 0px;
font-family: Garamond;
}


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

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

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.huge {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 288px;
line-height: 200px;
text-decoration: none;
text-transform: uppercase;
} 

.almosthuge {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 72px;
line-height: 50px;
text-decoration: none;
text-transform: uppercase;
}