/* digital-style */

BODY { 
	background-color:#115263;
	color: #c1cada;
	margin: 2%;
}

BODY, P, TD, TH, PRE, UL, LI, BLOCKQUOTE, DIV, EM, STRONG {
	font-family: Times, "Times New Roman", serif; 
	font-size: 1em;
       color: #c1cada;
}



table {
  border-spacing: 10px;
}


th, td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

UL, LI  {
padding-right: 2em;
}
.center  {
 text-align: center;

}

.centertwo{

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}  
 


A:link {
 color: #c1cada;
	text-decoration: underline;
 background-color:#115263;
}
A:active {
 color: #c1cada;
	text-decoration: underline;
 background-color:#115263;
}
A:hover {
 color:#c1cada;
	text-decoration: underline;
 background-color:#115263;
}
A:visited {
 color:  #c1cada;
	text-decoration: underline;
 background-color:#115263;
}
B, STRONG {
	font-weight: bolder; 
}
HR {
	background-color: #115263;
border-style: solid;

	height: 1px;
}
UL {
	list-style-position: outside;
list-style-type: square;	
	}
.more  {
padding: 2em;
}
LI.end     {
	margin-top: 2em;
      padding-right: 2em;
}
 .short   {	
   margin-top: 0em;
   margin-bottom: 0em;
}

 .short-center   {	
   margin-top: 0em;
   margin-bottom: 0em;
text-align: center;

}

.larger  {
 font-size: larger;
}
.teeny   {	
font-size: smaller;
}
.tiny   {	
font-size: smaller;
margin: 2%;
}
.gray {
 color: #bfbfbf;
}

