body { 
	font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	font-size: 12px;
	color: #d0d0d0;
	margin: 0px;
	background-color:  #000000;
}

#CoolBlueHeader
{
	width: 960px;
	height: 60px;
	border: none;
	margin: 0px auto;
	background: url(http://www.jensens.org/tim/cb-header.png) #000000 repeat-y;
}

#CoolBlueBack
{
	width: 960px;
	border: none;
	margin: 0px auto;
	background: url(http://www.jensens.org/tim/cb-background.png) #000000 repeat-y;
}

#CoolBlueContent
{
	padding: 10px 120px 10px 120px;
}

#CoolBlueContent h2
{
	font-size: 14px;
	font-weight: bold;
}

#CoolBlueContent a, #CoolBlueContent a:visited
{
	color: #007fff;
	text-decoration: none;
}

#CoolBlueContent a:hover
{
	color: #d0d0d0;
	text-decoration: underline;
}

input
{
    margin: 2px;
	color: #d0d0d0;
	font-weight: bold;
	background-color: #000000;
	border: 2px inset #007fff;
}

input[type=submit]
{
	font-weight: normal;
	border: 2px outset #007fff;
}
