body {
	background-image : url(Images/ser100.jpg);
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-align: justify;
	font-weight: 595;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: red;
	text-align: center;
	font-weight: bold;	
	font-style: oblique;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	text-align: center;
	font-weight: bold;	
	font-variant: small-caps;
}
a:link {
	text-decoration: none;
    color: #FF0000;
    font-style: italic;
}
    
a:visited {
     text-decoration: none;
     color: #800080;
     font-style: italic;
}