body {
	background-color: #000;
	font-family: Georgia, serif; 
	color: #444444; 
}

.topmenu {
	position: relative; 
	text-align: center;
	display: block; 
	padding-bottom: 50px;
}
.topmenu a {
	color: white; 
	text-decoration: none; 
	font-weight: bold; 
	padding: 20px;
	margin: 10px;
	border: 1px solid white;
}
.topmenu a:hover {
	background: #7781ff;
}

/* Container stuff here */
div.container {
	background: #000;
  width:60%;
  margin:30px auto;
  text-align:left;
  /*position: relative;*/
  float: center;
  clear: none;
	letter-spacing: 1.2pt; 
}


div.title {
color: white;
display: block;
border: 1px solid green;
padding: 10px;
padding-right: 30px;
	letter-spacing: 4.2pt; 
	font-size: 1.2em;
	font-weight: bold;
}

div.t  {
	position: relative; 
	text-align: center;
	top: 10px; 
	display: block;
	color: #444444; 
	border: 1px solid #7781ff;
}
div.t  h1{
	color: #7781ff;
}

div.txt {
	color: #444444; 
}

a {
	color: #444444; 
	color: #666666; 
 border: none; 
 text-decoration: none; 
 font-weight: bold;
}
.txt a {
	color: #ffff22; 
	color: #666666; 
	color: #444444; 
	text-decoration: none; 
	font-weight: bold; 
}
.txt a:hover {
	text-decoration: none; 
	font-weight: bolder; 
}
h1 {
	font-size: 1.5em; 
}
h2 {
	font-size: 1.3em; 
}
h3 {
	font-size: 1.1em; 
}
p {
	color: white;
	color: #444444;
}
pre {
	border: solid 1px #4860b8;
	padding: 5pt;
}
