body    {
        background-image: url(../img/tlo.gif);
        background-color: #f2f2f2;
}

a:visited {
	 text-decoration: none;
         color: rgb(0,0,255);
}

a:link {
	 text-decoration: none;
         color: rgb(0,0,255);
}

a:hover {
	text-decoration: none;
        color: rgb(255,0,0);
}

.table  {
        background-color: #e7e7e7;	
        background: url(graphics/tlo_t.gif);
	font-family: Verdana, Helvetica, Times, Courier, sans-serif;
	font-size: 10pt; color: #000000;
}

.smalltext{
	font-size: 80%;
}

.updated {
	font-family: monospace;
        color: rgb(255,0,0);
}

.simullink {
        color: rgb(0,0,255);
}

h4 {
	margin: 15px 0 5px 0;
}

h2 {
	margin: 5px 0 10px 0;
}

h3 {
	margin: 0 0 5px 0;
}


h5 { margin-top:10px; margin-bottom:10px;}

ul {
	 padding-left:30px;
	 margin-top:10px;
}

