@charset "UTF-8";
/* CSS Document */

body 
{
background-color:#a2a2a2;
color: #d0ffd0;
font-family: "Courier New", Courier, monospace;
}

#page {
	background-image: url('../images/rigger.jpg');
	background-repeat: no-repeat;
	background-attachment:relative;
}

#links {
	letter-spacing: -2px;
	font-size: 20px;
	top:210px;
	left:130px;
	font-weight: bold;
}

#contentLinks {
	position:fixed;
	top:255px;
	left:60px;
	overflow:hidden;
	font-size: 14px;
	font-weight: bold;
}

.textContentBG {
	background-color:#22331a;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

a {
	text-decoration: none;
}
a:link {
	color: #d0ffd0;
}

a:visited {
	color: #9BBF9C;
}
a:hover {
	color: #ECFFEA;
}
a:active {
	color: #FAFFC2;
}

p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #d0ffd0;
}

DIV.melInfo h1 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #d0ffd0;
	font-weight:bold;
}

DIV.melInfo p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

DIV.melInfo p.version {
	font-family: "Times New Roman", Times, serif;
	margin-top:-15px;
	margin-left:100px;
	font-size: 12px;
}
DIV.melInfo li {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
DIV.melInfo ol {
	margin-top:-15px;
	margin-left:15px;
}

.mel a {
	margin-left:10px;
	font-size: 12px;
}

.mel p {
	font-size: 16px;
	margin-top:10px;
	margin-bottom:5px;
}

p.category {
    border-bottom: solid 2px #d0ffd0;
}

div.items p {
	font-size:12px;
}

div.items p.time {
	font-size:10px;
	color:#EAFFE6;
}

