body {
font-size : 16px;
font-family: "Mate", serif;
color : #D98782;
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;
letter-spacing : 2px;
text-align : justify;
margin-bottom : 10px;
background-attachement:fixed;
}
::-webkit-scrollbar {
height : 20px;
width : 30px;
}
::-webkit-scrollbar-corner {
background-color : #000000;
}
::-webkit-scrollbar-track-piece {
background-color : #000000;
}
::-webkit-scrollbar-thumb {
width : 20px;
height : 3px;
background-color : #C53D36;
border : #000000 solid 14px;
}
.content {
width : 670px;
margin-right : auto;
margin-top : 10px;
margin-left : 650px;
padding : 30px;
}
h1 {
color : #C53D36;
font-family: "Playwrite CU", cursive;
font-size:26px;
}
#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:#C53D36; 
        line-height:73px;
font-family : "Nova Mono", monospace;
        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.6;
border-radius: 30px;}

#nav A:visited { 
        text-decoration: none; 
        color:#C53D36;
        line-height:73px;
font-family : "Nova Mono", monospace;
        font-weight: 700;
        text-transform: uppercase; font-size:11px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;font-size: 17px;}

#nav A:hover { 
         text-decoration: none; 
        color:#F28F11;
        line-height:73px;
font-family : "Nova Mono", monospace;
        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.6;
border-radius: 30px;}


a:link {
color : #F28F11;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-size : 16px;
font-family: "Mate", serif;
font-weight : 500;
}
a:visited {
color : #F28F11;
text-decoration : none;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #E0313E;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
b {
color : #E0313E;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
i {
color : #E8C503;
font-size : 16px;
letter-spacing : 1px;
font-family: "Mate", serif;
font-weight : 500;
}
blockquote {
background-color : #000000;
padding : 15px;
text-align : justify;
color : #E8C503;
font-style : italic;
border-radius : 40px;
opacity : 0.8;
}


.content input, textarea, select {

  background-color: #000000;

border: 3px dashed #BE222C;

  padding:4px;

  color:#BE222C;

-webkit-border-radius: 8px;

-moz-border-radius: 8px;

border-radius: 8px;opacity:0.6;

}