/*

	NAME: Raphaella Jasmin Ranario
	DATE: October 12 2021
	
*/

/* body */

body {
		background-color: #E5D3B3;
		background: url(images/background1.jpg);
}
/* 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;
		color:#668d3c;
		font-family: Arial, Helvetica, sans-serif;
	    letter-spacing: .2em;
		word-spacing: .5em;
		text-align: center;
		border-top: solid thick #fff8dc;
		border-bottom: solid thick #fff8dc;
			}


h2 {
		font-size: 16;
		background: url(images/h2b.jpg);
		color: beige;
		
		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;
}
/* li */

  li {
    background: url(images/brown.jpg);
    
    padding-left: 5px;
    padding-bottom: 2px;
    line-height: 2em;
}


dd {
		font-size: 1.2em;
		font-family: Arial, helvetica, sans-serif;
		text-align: left;
		color: black;
		line-height: 2em;
}

/* images */

img.float {
		float: left;
		margin: 0 0 0 0;
}

img.right {
		float: right;
		margin: 0 0 0 0;
}
.clear {
		clear: both;
}

advertisement {
    text-align: center;
    color: white;
    background-color: black;
    float: right;
    padding: 10px 10px 10px 10px;
    text-transform: capitalize;
}