/*
 * Style sheet for the SLOY-WEB
 */

BODY {
    color: black;
    /* text-align: justify; */
    font-family: helvetica, sans-serif;
    /* background: white; */
    /* margin: 0.5em; */
    /* For the REC: background: #def url(recbg.jpg); */
}

H2, H3, , H5, H6 {
    text-align: left;
}

P {
    text-align: left;
   	padding-left: 5px;
}


H1 {
    clear: left;
    margin-top: 0.5em;
    text-align: center;
    font-size: 140%;
}

H4 {
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
}



LI {
	
	text-align: left;
	margin: 5px 12px 5px 20px
	
}


.cent {

	text-align: center;

}
.left {
	margin-left: 12%;
}	