body {
font-size : 18px;
color : #ffffff;
background-image : url(images/head.jpg), url(images/bg.jpg);
background-repeat : no-repeat, repeat;
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 : 180px;
margin-left : 490px;
padding-left : 20px;
}
h1 {
color : #D12922;
  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:#D12922; 
        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:#D12922; 
        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:#ffffff; 
        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 : #D12922;
text-decoration : none;
font-size : 18px;
letter-spacing : 1px;
  font-family: "Josefin Slab", serif;
font-weight : 500;
}
a:visited {
color : #D12922;
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 : #B4DC39;
cursor : pointer;
font-size : 18px;
letter-spacing : 1px;
  font-family: "Josefin Slab", serif;
font-weight : 500;
}

b {
color : #B4DC39;
  font-family: "Josefin Slab", serif;
font-size : 18px;
}
i {
color : #B4DC39;  font-family: "Josefin Slab", serif;
font-size : 18px;
}
blockquote {
background-color : #000000;
padding : 15px;
text-align : justify;
color : #ffffff;
font-style : italic;
border-radius : 40px;
opacity : 0.8;
}