@import url(site.css);

/* Both boxes */

#content table tr td div {
		margin: 0 0.5em 0 0;
		padding: 4px;
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px;
		border-radius: 8px;
		behavior: url(inc/border-radius.htc);
		}

#content table tr td div h4 {
		margin: 0;
		padding: 4px;
		text-transform: uppercase;
		font-weight: bold;
		}

#content table tr td div div.inner {
		background: #FFF;
		margin: 0;
		padding: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		behavior: url(inc/border-radius.htc);
		}

/* Futures box */

#content table tr td.futures div {
		background: #ECB64A;
		}

#content table tr td.futures h4 {
		color: #963;
		}

td.futures a:link {
		text-decoration: none;
		color: #ECB64A;
		}

td.futures a:active {
		text-decoration: none;
		color: #963;
		}

td.futures a:visited {
		text-decoration: none;
		color: #963;
		}

td.futures a:hover {
		text-decoration: underline;
		color: #963;
		}

/* Bad Junctions box */

#content table tr td.badj div {
		background: #99C;
		}

#content table tr td.badj h4 {
		color: #336;
		}

td.badj a:link {
		text-decoration: none;
		color: #99C;
		}

td.badj a:active {
		text-decoration: none;
		color: #336;
		}

td.badj a:visited {
		text-decoration: none;
		color: #336;
		}

td.badj a:hover {
		text-decoration: underline;
		color: #336;
		}
