body { 
    width: 100%;
    margin: 0;
    padding: 0;
/*
  border-color: red;
  border-style: ridge;
  border-width: 10px;
  border-style: solid;
  font-size: 12px;
  padding: 0 0 40px 40px;
  */
/* padding means top, right, bottom, and left respectively */
/*
	color: white;
	background-color: black;
	background-image: url("./images/CCNC_blck_wht_300.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center ;
	*/
	font-size: 14px;
}

.header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	/*
	height: 450px;
	font-weight: bold;
	color: white;
	background-color: black;
	*/
	/*
	background-image: url("./images/CCNC_blck_wht_300.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center ;
	*/
}

.main {
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
    /*
      padding: 0 0 40px 40px;
      */
    /* padding means top, right, bottom, and left respectively */
    border-color: #8EE5EE;
    border-style: ridge;
    border-width: 4px;
}

.footer {
    width: 100%;
    clear: both;
}

h1{ 
    color: #1111ff;
    background-color: #8EE5EE;
    text-align: center;
    margin: 0;
	padding: 0 0 0 0;
    /*
      padding: 0.6em 30px 0;
      */
    font-weight: bold;
    font-size: 38px;
}
h2{ 
    color: black;
    color: #1111ff;
    background-color: #8EE5EE; 
    text-align: left;
    /*
      padding-bottom: 0.3em;
      */
    font-weight: bold;
    font-size: 24px;
}
h3{ 
    color: black; 
    background-color: #7AC5CD;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
/*
  padding: 0.1em 10px;
  */
}

img,span{ text-align: center;}
p { 
    text-indent: 1em; 
    line-height: 1.5; 
    color : black;
}

.command { 
    font-weight: bold; 
    color : blue;
    font-family: monospace
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

table.centered {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.underline	{
    text-decoration: underline;
}

.center { 
    display: block;
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
}

.left { text-align:left; }
.right { text-align:right; }

.attention {
    font-size: 160%;
    font-weight: bold;
    color : #cc0066;
}

a:link {
	color: #0707FF;
	/*
	font-weight:bold;
	*/
	text-decoration:underline;
}

a:active {
	color: #0707FF;
	/*
	font-weight:bold;
	*/
	text-decoration:underline;
}

a:visited {
	color: #6E65EE;
	/*
	font-weight:bold;
	*/
	text-decoration:underline;
}
a:hover {
	/*
	color:red;
	font-weight:bold;
	text-decoration:underline;
	position:relative;
	top: 4px;
	left: 4px;
	*/
	background-color: blue;
	text-decoration:none;
	color: #FFFFFF;
}
