/* Global Styles */

body {
  font-family: "Times New Roman", Times, serif;
  background-color: #DAF2DA;
  color:#000000;
}

/* H Style */
h1{
  font-size:35px; 
  font-weight:bold;
  text-align:center; 
  margin:10x
}


h2 {
	font-size:19px;
	font-weight:normal;
	margin-left:12px;
	font-family:'Times New Roman', Times, serif;
	margin-bottom:3px;
	margin-top:10px
}


a.fon:hover {font-size:14px; color:#ff0000; text-decoration:underline; font-style:; font-weight:bold}
a.fon:link {font-size:14px; color:#000000; text-decoration:none; font-weight:bold;}
a.fon:visited {font-size:14px; color:#000000; text-decoration:none; font-weight:bold;}
a.fon:visited:hover {font-size:14px; color:#ff0000; text-decoration:underline; font-style:; font-weight:bold}

/* ID Styles */

.style1 {font-size: 15px; color:#0000FF; font-weight:normal;}


