/*
CSS for DV Graphic Designs site
*/

* {
margin:0;
padding:0;
}

body {
   
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 125%;
  padding: 15px;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  background-color: #1C0772;
  color: #EA69A6;
}

h1 {
  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
  padding: 15px;
}
 

li {
   	font-size: small;
        
}

h2 {
	
	font-size: medium;
	font-weight: normal;
        padding: 15px;
}

p {
	font-size: small;
	color: black;
        padding: 15px;
}

#wrapper {
   width: 800px;
   margin-left: auto;
   margin-right: auto;
}

em {
   text-transform: uppercase;
}

#tagline p {
   font-style: italic;
   font-family: Georgia, Times, serif;
   padding: 15px;
}

a {
   color: #EA69A6;
}

a:visited {
   color: #D50065;
}

a:hover {
   text-decoration: none;
   color: black
;
}

