/* binarysmiths.com CSS */

body    {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}

/* Link Styles */

a:link  {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

a:visited   {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

/* Text Styles */

p	{
	line-height: 120%;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px 0px 10px;
}

