/* UCW main */
body {
margin-left: 8%;
margin-right: 8%;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
}

a:link   {
   color: #0000bb;
   }
a:visited {
   color: #770077;
   }
a:hover {
   color: #aa00cc;
   }

.quote {
   color: #0000aa;
   }

.blockquote 
{
	color: #008;
	margin-left: 3%;
}

.center {
   text-align: center;
   }

.left {
	text-align: left;
	}

.footer {
   text-align: center;
   }

li {
   padding-top: .3em;
   padding-bottom: .3em;
   }
   
.sharewarebit {  /* everything in the bi-education section except maybe the freeware ones */
   font-size: 60%;
   line-height: 120%;
   }
   
h1 {
   font-size: 180%;
   }

h2 { 
   font-size: 150%;
   }
  
h3 { 
   font-size: 120%;
   }
   
em {
	font-style: italic;
	}
	
.indent {
	margin-left: 2em;
	}

.littletext {
   font-size: 50%;
   }

.mediumtext {
	font-size: 80%;
	}

.newoid {
	color: #e00;
	font-weight: bold;
	}

.invisible {
	position: absolute;
	left: -9000px;
	}

.invisible br {
	display: none;
	}
