body {
    font-family: "Times New Roman", Times, serif;font-size: medium;color: #000000; 
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin:20px 20px 20px 0px;
     }
h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

h3 {font-size: 90%;font-weight: bold;text-align: left;font-style: italic;}
p {
    font-size: 100%;
	text-align: left;
	margin-left: 15%;
	
}
p.header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	margin-left: 0px;
}
p.predisl {
	font-size: 100%;
	text-align: justify;
	margin-left: 0;
	text-indent: 5pt;
}
img {
	border: none;
	margin: 10px 20px;
}
a { color: #990000;}
a:hover {color: #FF0000;}
