
  
  
  body {
	 margin:5px 0px 0px 5px; 
	 background-color: black;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 
	 color: white;
		}
		
	#aaa {
	 margin:20px 20px 20px 20px; 
	 
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 
	 color: white;
		}
	
	#leftcontent {
		position: absolute;
		left:1%;
		width:25%;
		top:100px;
		border: 1px solid #CFD4E6;
		padding: 3px;
		}

	#centerleftcontent {
		position: absolute;
		left:28%;
		width:46%;
		top:100px;
		border: 1px solid #CFD4E6;
		padding: 3px;
		}

	/* #centerrightcontent {
		position: absolute;
		left:51%;
		width:28%;
		top:50px;
		background:#fff;
		} */

	#rightcontent {
		position: absolute;
		left:76%;
		width:22%;
		top:100px;
		border: 1px solid #CFD4E6;
		padding: 3px;
		}
	
p {
	font-size: smaller;
	}
p.smaller {font-size:xx-small}
a {
	color: gainsboro;
	text-decoration: underline;
	}
a:visited {
	color: white;
	text-decoration: underline;
	}
li {
	font-size: smaller
	}
h2 {
	font-size: 93%;
	margin: 10px 0 0 0;
	}
h3 {
	font-size: 80%;
	margin: 15px 0 15px 0;
	color: darkorange;
	}
hr {
	display: none;
	}
img {
	border: 0;
	}
	
	.i {
	font-style: italic;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
.b {
	font-weight: bold;
	}
