body {
	background-color: blue;
	border-width: ;	
	border-style: ;	
	border-color: ;
	background="";
}
h1 {
   font-family: arial, verdana, sans-serif;
   color: ;
   font-size: 32px;
}

h2 {
   font-family: "Times New Roman", serif;
   font-size: 20px;

}

h3 {
   font-family: "Times New Roman", serif;
   font-size: 14px;

}
h4 {
   font-size: 10px;
   
  }
  
h5 {
   font-family: arial, verdana, sans-serif;
   color: ;
   font-size: 28px;
}

h6 {
   font-family: arial, verdana, sans-serif;
   color: ;
   font-size: 16px;
}

p {
	text-indent: 30px;
}

a:link {
	color: #328cf1;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:active {
	background-color: yellow;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}

h7 { font-family: "Times New Roman", serif; font-size: 10px; }
