/* Block elements */

A,
A:link
{
	color: #0163ce;
	text-decoration: none;
}

A:visited
{
	color: #0163ce;
}

A:hover
{
	text-decoration: underline;
}

#outer
{
	width:960px;
	margin:0 auto;
}

/* HELPER CLASSES */

.clear
{
	clear:both;
}



