@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body {
	background:url(http://thebootmagazine.com/img/pagebg.jpg) top left repeat-x #000;
	background-color: #000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
a.menu {
	font-family:Tahoma, Geneva, sans-serif;
	font-variant:small-caps;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-0.5px;
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
color:#999999;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.input {
margin-top:4px;
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #666;	
}
.input:hover {
	border:1px solid #900;
}
.submit {
color:#ffffff;
padding:3px;
margin:5px;
background:#000000;	
}
.submit:hover {
	background:#900;
}
a.more {
	color:#666;
	text-decoration:none;
}
a.more:hover {
	color:#333;
	text-decoration:underline;
}
