@charset "ISO-8859-1";

body
{
	background-color: #004e7a;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, purple), color-stop(50%, red), color-stop(100%, orange));
	background: -moz-linear-gradient(left -45deg,  purple, red, orange);
}


#content
{
	text-align:center;
	height: 100%;
}

.bdays
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
}

ul
{
	list-style:none;
	margin: 2% 0;
}

li
{
	margin: 0 5% 0 0;
	padding: 4px 0;
}

img
{
	padding: 4px 0 14px 0;
}

.bday_party
{
	margin: 6px 64px;
	padding-right: 4%;
	float: right;
}

a:hover.bdays
{
	color: #ffc728;
}

#this
{
	font-size: 48px;
}

a#this
{
	color: #eb481d;
}

a:hover#this
{
	color: #ffc728;
}

