/* UCW main */
body {
margin-left: 8%;
margin-right: 8%;
font-family: "Times New Roman", Times, serif;
}

a:link   {
   color: #0000bb;
   }
a:visited {
   color: #770077;
   }
a:hover {
   color: #aa00cc;
   }

.quote {
   color: #0000aa;
   }

.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;
	}
	
.newoid {
	color: #e00;
	font-weight: bold;
	}

.invisible {
	position: absolute;
	left: -9000px;
	}

.invisible br {
	display: none;
	}
