body { 
			color: #00FF00;
			background-color: #000000; 
			font-size: small;
			font-family: "courier new";
			line-height: 1.5em;
			margin: auto;
			width: 1200px;
}

a {
			text-decoration: underline;
			color: #00FF00;
}
a img {
			border: none;
}

#header {
			text-align: center;
			padding-bottom: 50px;	
}

#sidebar { 
			text-align: left;
			float: left;
			padding-left: 20px;
			padding-right: 100px;
			padding-top: 3px;
			font-variant: small-caps;
			
}

#container {
			border: solid 1px #00FF00;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 50px;
			padding-top: 30px;
			width: 700px;
			float: left;
}

#footer {
			text-align: center;
			padding-top: 100px;
			clear: both;
}

hr {
			color: #00FF00
}

h1, h2, h3, h4, h5, h6 { 
			font-variant: small-caps;
}

x {
  text-transform: lowercase;
}

img.resize {
  max-width: 	100%;
  max-height: 	100%;
}

video {
  max-width: 	100%    !important;
  max-height: 	100%   !important;
}

