/* $Id: cgicc.css,v 1.4 2004/06/21 13:51:34 sbooth Exp $ */

body { 
	color: black; 
	background: white; 
}

a		{ text-decoration: none; }
a:hover 	{ text-decoration: underline; }

div.unix { 
	border: none; 
	color: #006600; 
	background-color: #eeeeee;
}

div.title {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: solid thin red;
	border-bottom: solid thin red;
}

div.center {
	text-align: center;
}

div.header { 
	margin-left: auto;
	margin-right: auto;
	border: solid thin;
	background: #ddd;
	text-align: center;
	font-size: larger;
}

div.footer {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: solid thin red;
	font-size: smaller;
}

div.subsection {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

hr.half { 
	width: 60%; 
	color: #ff0000;
	background-color: #ff0000;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

table {
	margin-left: auto;
	margin-right: auto;
}