body
{
	background-color: #262b2e;
	color: #3e9dd9;
	text-shadow: #000000 1px 1px 1px;
	font-family: consolas !important;
	font-family: monospace;
}
a:link {color: #ffffff; text-decoration: none; text-shadow: #000000 1px 1px 1px;}		/* unvisited link */
a:visited {color: #ffffff; text-decoration: none; text-shadow: #000000 1px 1px 1px;}	/* visited link */
a:hover {color: #3d7598; text-shadow: #000000 1px 1px 1px;}								/* mouse over link */
a:active {color: #ffffff; text-shadow: #000000 1px 1px 1px;}							/* selected link */

#header
{
	background: url("logoani.gif") no-repeat;
	height:50px;
}

ul li {
list-style-type: square;
}

 input
{
	background-color: #595959;
	border-color: #595959;
	color: #ffffff;
	text-shadow: #000000 1px 1px 1px;
	margin: 5px 0 0 5px;
	border: 0;
	font-family: consolas !important;
	font-family: monospace;
}

#error {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #900000;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#success {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #009000;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.comments {
	width: 666px;
	color: #3e9dd9;
	text-shadow: #000000 1px 1px 1px;
	margin: 5px 0 5px 10px;
}
span.linkUser {
	color: #3ed0d9;
	font-weight: bold;
	text-shadow: #000000 2px 2px 2px;
	margin: 0 0 0 2px;
}
p.linkComment {
	margin: 0 0 2px 10px;
}

div.one {
	background-color: #2b3134;
}
div.two {
	background-color: #262b2e;
}
input.inputDesc {
	padding: 3px;
	width: 330px;
}
input.inputHttp {
	padding: 3px;
	width: 330px;
}
input.commentDesc {
	padding: 3px;
	margin: 13px 0 0 5px;
	width: 657px;
	border: 1px solid black;
}
.comments form {
	color: #595959;
	text-shadow: #000 1px 1px 1px;
}
form.login input {
	padding: 3px;
}
#add-link {
	padding: 5px 0 0 0;
}