/* Stylesheet for Intensity Sports website */
body {
	background: #000000;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-top: 30;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0;
}

.button
{ 
	border: thin solid #A3A3D6;
}

.pic
{
	border: thin solid #ffffff;
} 

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

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


.small
{
	font-size: 10px;
}
