body {
	margin: 10px 0px 10px 0px;
        text-align: center;
	background-color: black;
        }

a {
	text-decoration: underline;
	}

a:link {
	color: #A3CFCE;
	}

a:visited {
	color: #A3CFCE;
	}

a:active {
	color: #A3CFCE;
	}

a:hover {
	color: #DBDBDB;
	}
	
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	width: 550px;
	
	background: #222222;
	border: 1px solid #A3CFCE;
	
	}

#colleft {
	margin: 0;
	float: left;
	width: 48%;
	}
	
#colright {
	margin: 0;
	float: right;
	width: 48%;
	}

.content {
	padding: 1px 5px 1px 5px;
	
	color: #A3CFCE;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

.content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	}
	
.content h1 {
	font-size: xx-large;
	font-weight: normal;
	margin: 10px 0 10px 0;
	}
	
.content h2 {
	font-size: medium;
	font-weight: normal;
	margin: 0 0 0 0;
	border-bottom: 1px solid #A3CFCE;
	text-align: left;
	}

.content ul {
	line-height: 150%;
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
	}
	
.content li {
	line-height: 150%;
	}