body {
	background: url('../img/ink7c_b.gif') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	margin: 0;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	line-height: 30px;
}
.container {
	width:600px;
	margin: 0 auto;
}
.message {
	width:600px;
	margin-top: 100px;
}
.footer {
	float: right;
	font-size: 10px;
	text-align: right;
}
p {
	font-weight: 400;
	font-style: normal;
	/*text-transform: uppercase;*/
	font-size: 20px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
.content{
	margin-top: 50px;
}
.content>p{
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 10px;
}
p.sub_text{
	padding: 0 0 30px 30px;
	line-height: 10px;
}
p.sub_sub_text{
	font-size: 10px;
	line-height: 15px;
	padding-left: 15px;
}
/* unvisited link */
a:link {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: black;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding:5px;
}

/* visited link */
a:visited {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	color: black;
    text-transform: capitalize;
    padding:5px;
}

/* mouse over link */
a:hover {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	color: black;
	border-bottom-style: solid;
    border-width: 5px;
    margin-bottom: 0px;
    background-color: white;
    padding:5px;
}

/* selected link */
a:active {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	color: black;
	border-bottom-style: solid;
    border-width: 5px;
    margin-bottom: 0px;
    padding:5px;
}

.sub_sub_text a:link{
	font-size: 15px;
	line-height: 30px;
}

.sub_sub_text a:visited{
	font-size: 15px;
	}
.sub_sub_text a:hover{
	font-size: 15px;
	border-bottom-style: solid;
    border-width: 3px;
}
	