/*	this is the CSS style sheet for the HTML Project5  */



body
{	 
	background: black url(images/MatrixBG.gif);
    font-family: lucida grande, trebuchet, verdana;
    font-size: 13px;
    margin: 0px;
    color: #7c7c7c;
	background-color:#000;
	
}


.container
{
	color: white;
	background-color: #000;
	margin: 0 auto;
	width: 750px;
	/*text-align:center;*/
	padding: 20px;
		
}

/* Table 1*/

table.sample {
	text-color: white;
	width: 690px;
	border-width: 4px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: ;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: white;
	background-color: black;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: white;
	background-color: black;
	-moz-border-radius: ;
}


/* Table 2 */

table.doo {
	text-color: white;
	width: 690px;
	border-width: 4px;
	border-spacing: ;
	border-style: none;
	border-color: ;
	border-collapse: separate;
	background-color: ;
}
table.doo th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: ;
	background-color: black;
	-moz-border-radius: ;
}
table.doo td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: ;
	background-color: black;
	-moz-border-radius: ;
}



/* EMAIL LINKS*/

.email {
	Text-color: white;
	width: 690px;
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: ;
	border-collapse: separate;
	background-color: ;
}
.email th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: ;
	background-color: ;
	-moz-border-radius: ;
}
.email td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: ;
	background-color: ;
	-moz-border-radius: ;
}









/*  T  E  X  T  -  L  I  N  K  S  */

/*this class is the formatting for the
'return to top' links and <a> links in
the footer */


.class1 A:link
{
	color:#0066B2;
	text-decoration: none;
	font-weight: bold;
	font-size:11pt;

}


.class1 A:visited
{
	text-decoration: none;
	color: #7C94A5;
	font-weight: bold;
	font-size:11pt;
}


.class1 A:hover
{

	text-decoration: none;
	color: #6CAAD9;
	font-weight: bold;
	font-size:11pt;
}


.class1 A:active
{
	text-decoration: none;
	color: #B1D3EC;
	font-weight: bold;
	font-size:11pt;
}


hr
{
	color: #7C94A5;
	width: 80%;
}


/*  N  A  V  B  A  R  */
/* this is the id set that formats
the nav bat at the top of the page*/



ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a 
{
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #6CAAD9;
	text-decoration: none;
}
