﻿body { 
	background: #000000;
	font-family: 'Tahoma', 'Verdana', 'Lucida Grande', sans-serif;
}

a { 
	text-decoration: underline; 
	color: #CCFFCC; 
}

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

a:visited { 
	color: #CCFFCC; 
}

a img { 
	text-decoration: none;
	border: none;
}

hr {
	color: #111111;
	background-color: #111111;
	height: 1px;
}

.content {
  width: 1000px ;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #CCFFCC
}

