table {
	border-collapse: collapse;
}

table th {
	font-weight: lighter;
	border: solid #000 1px;
}

table td {
	border: solid #000 1px;
	border-bottom:0px;
	border-top:0px;
	text-align:right;
	
}



#compTable {
	padding-left:50px;
}

.Head {
	color: darkblue;
	font-weight: bold;
}


h1 {
	font-weight: lighter;
	color: darkblue;
	padding-left: 50px;
}

h3 {
	font-weight: lighter;
	color: gray;
	padding-left: 50px;
}

body {
	margin-right: 200px;
}

#cite {
	margin-bottom: 20px;
	padding-left: 50px;
}

.small {
	font-size: 9px;
}

.intro {
	background-color: #eff6e5;
	padding: 50px 50px 50px 50px;
}

#green {
	background-color: #CEFDB5;
	padding: 50px 50px 50px 50px;
	width: 60%;
}
#container {
            text-align: right;
        }

.allColumns {
	padding-left: 50px;
}

.column {
  float: left;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  
}

.topics {
	color: darkblue;
}

#subtitle {
	width:20%;
}

.strongTable {
	font-weight:bold;
	text-align:left;
}

.tabletd {
	text-align:left;
}

.in10 {
	width: 10px; 
	display: hidden;
}

a {
	text-decoration: none;
}
