body {
    background-color: #d2d3d8;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    margin-right: 100px;
    margin-left: 100px;
}

p.small {
  height: 150px;
  font-variant: small-caps;
 }

p {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    margin-right: 150px;
    margin-left: 150px;
}

p2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

p3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 24px;	
	color: red;
}

p4 {
	background-color: #d2d3d8;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    margin-right: 100px;
    margin-left: 100px;
	
} 

p5 {
	background-color: #d2d3d8;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    margin-right: 100px;
    margin-left: 100px;
}

p6 {
	width: 250px;
     white-space: nowrap;
     text-overflow: ellipsis;
}

p7 {
	text-indent: 20mm each-line;
	
}

p8 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;	
	color: blue;
}

redc {
	color:red;
	
}


h1 {
    font-size: 40px;
    color: blue;
}

h2 {
    font-size: 30px;
}

h3 {
	font-family: "Arial", Arial, sans-serif, 
	font-size: 13px;
	color: red;
}

h4 {
    font-size: 30px;
    color: red;
}

h5 {
	font-family: "Arial", Arial, sans-serif, 
	font-size: 10px;
	color: blue;
}

footer {
    display: block;
}

hr {
    height: 6px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    width: 40%;
    border-style: inset ;
}

input[type=submit] {
    width: 10em;  height: 8em;
}

divnpad {
	padding-bottom: 10px;
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
} 

cp {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  line-height: 1px;
  margin: 1;
}
