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

a:hover, a:active
{
	color: red;
	text-decoration: underline;
}

h1
{
	text-align: center;
	font-size: 300%;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 200%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

.floatleft
{
	float: left;
	width: 48%;
}

.floatright
{
	float: right;
	width: 48%;
}

.floatclear
{
	clear: both;
}

#reasons
{
	text-align: right;
}

#reasons ul
{
	list-style-type: none;
	font-size: 120%;
}

#reasons ul li
{
	padding: 10px 0px;
}

#mainscreenie
{

}

