.main-table {
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}
.main-table .header {
	padding:15px;
}
.main-table .left-sidebar {
	border: 1px solid black;
	width: 25%;
	padding:15px;
	background-image: url(texture6.png);
}
.main-table .main-content {
	border: 1px solid black;
	width: 50%;
	padding:20px;
	color: #ffffff;
	background-image: url(texture6.png);
}
.main-table .main-content2 {
	border: 1px solid black;
	width: 50%;
	padding:30px;
	text-align:center;
	color: #ffffff;
	background-image: url(texture6.png);
}
.main-table .right-sidebar {
	border: 1px solid black;
	width: 25%;
	padding:15px;
	color: #ffffff;
	background-image: url(texture6.png);
}
.main-table h3 {
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;

}
.main-table .footer {
	font-size: 10px;
	color: #ff0000;
	border: 1px solid black;
	padding:15px;
}
.inline-block {
   display: inline-block;
}
body {
	color: white;
	font-family:courier;
}
h2 {
   color: white;
   font-size: 22px;
}
h3 {
   color: blue;
   font-size: 18px;
}
a {
	color:#ffffff;
}
nav li a {
    position: center;
    font-size: 22px;
    font-family: courier;
 }
nav li {
    display: inline;
	outline-width: 1.5px;
	outline-style: solid;
	outline-color: blue;
	position:static;
	top: 80px;
    margin: 0px -7px 0px 0px;
	padding: 5px 5px 5px 5px;
}
nav ul {
    text-align: center;
	margin-right: 20px;
}
#selected a {
   color: #0000ff;
}   
#updates a {
   color: #ffffff;   
   font-size: 15px;
}
#links {
	color: #ffffff;
}
#2links {
	margin:-3px;
} 
#journal {
   color: #0000ff;
   font-family: courier;
   font-size: 22px;
   background-color: #ffffff;
   outline-style:dotted;
   outline-width: 1px;
   overflow: scroll;
   padding: 10px 20px 30px 20px;
 }
 #journal a {
   font-size: 14px;
 }
 #journal ul {
   margin-left: -20px;
 }
.personalart {
	margin-bottom: 10px;
	width: 296px;
	height:295px;
	display:block;
	background:transparent url('personalart.png') center top no-repeat;
}
.personalart:hover {
	background-image: url('personalarthover.png');
}
.projects {
	margin-bottom: 10px;
	width: 296px;
	height:295px;
	display:block;
	background:transparent url('projects.png') center top no-repeat;
}
.projects:hover {
	background-image: url('projectshover.png');
}