/*

	NAME: Raphaella Jasmin Ranario
	DATE: October 12 2021
	
*/

/* body */

body {
		background-color: #E5D3B3;
}
/* links */

a {
		font-size: 1em;
		font-family: Arial, Helvetica, sans-serif;
		color: #648981;
		  
}
a:hover {
		background-color: #c3846b;
}
a:link {
		text-decoration: underline;
}
a:visited {
		color: #aaaf99;
}
a:active {
		color: #f7e6d3;
}
/* heading styles */

h1 {
		font-size: 20pt;
		font-family: Arial, Helvetica, sans-serif;
	    letter-spacing: .2em;
		word-spacing: .5em;
		text-align: center;
		background-color: #fff8dc;
			}
}

h2 {
		font-size: 16;
		background-color: #fff8dc;
		text-align: left;
		font: Georgia;
		font-family: Arial, Helvetica, sans-serif;
}

/* paragraph */

p {
		font-size: 14pt;
		font-family: Arial, helvetica, sans-serif;
		text-align: left;
		color: #black;
		line-height: 2em;
		margin: 0em;
}

/* strong */

strong {
			font-weight: bolder;
			font-variant: small-caps;
}
/* emphasize */

em {
      font-weight:700;
}
/* ol */

ol {
      color: #837f51;
	  list-style-type: square;
	  
}

/* ul */

ul {
      color: #837f51;
	  
}

dd {
		font-size: 1.2em;
		font-family: Arial, helvetica, sans-serif;
		text-align: left;
		color: #black;
		line-height: 2em;
}
