body {
font-size : 18px;
color : #DFD4EC;background-color:#391368;
background-image : url(images/head.jpg);
background-repeat : no-repeat, repeat-x;
background-position : top left;
line-height : 30px;
font-weight : normal;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  font-style: normal;
}


.content {
width : 600px;
margin-right : auto;
margin-top : 50px;
margin-left : 650px;
padding-left : 20px;
opacity:0.7; background-color:#451D77;
}
h1 {
color : #AD7DDA;
  font-family: "Sedgwick Ave Display", serif;
font-size:39px;
}
#nav {
	position:relative;
width:50%;
	right:0px;
	bottom:20px;
        padding-left:10px;
        padding-right:10px;
        padding-top:20px;
        padding-bottom:10px;
        float: right;
        text-align:center;  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;   
}

#nav A:link { 
        text-decoration: none; 
        color:#AD7DDA; 
        line-height:73px;
  font-family: "Josefin Slab", serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.8;
border-radius: 30px;}

#nav A:visited { 
        text-decoration: none; 
        color:#AD7DDA; 
        line-height:73px;
  font-family: "Josefin Slab", serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.8;
border-radius: 30px;font-size: 17px;}

#nav A:hover { 
         text-decoration: none; 
        color:#DBA368; 
        line-height:73px;
  font-family: "Josefin Slab", serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.8;
border-radius: 30px;}

a:link {
color : #DBA368;
text-decoration : none;
font-size : 18px;
letter-spacing : 1px;
  font-family: "Josefin Slab", serif;
font-weight : 500;
}
a:visited {
color : #DBA368;
text-decoration : none;
font-size : 18px;
letter-spacing : 1px;
  font-family: "Josefin Slab", serif;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #ffffff;
cursor : pointer;
font-size : 18px;
letter-spacing : 1px;
  font-family: "Josefin Slab", serif;
font-weight : 500;
}

b {
color : #A272DE;
  font-family: "Josefin Slab", serif;
font-size : 18px;
}
i {
color : #A272DE;  font-family: "Josefin Slab", serif;
font-size : 18px;
}
blockquote {
background-color : #2D0E53;
padding : 15px;
text-align : justify;
color : #D5D5D5;
font-style : italic;
border-radius : 40px;
opacity : 0.5;
}