h1{
color:white;
background-color:#251a15;
background-image: url(images/backgroundsword.jpg);
font-size:50pt;
font-family:"Lucida Handwriting",arial;
text-align:center;
background-repeat:no-repeat;
background-position:center center;
border-style:groove;
border-color:#990000;
}

h2{
text-align:center;
background-color:white;
}

h3{
text-align:center;
background-color:#ffdddc;
}

h4{
text-align:center;
}

body{
background-color:white;
color:black;
font-family:verdana, arial;
background-image:url(images/nariko.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}


ul{
text-align:center;
}


a:link{
color:red;
}

a:visited{
color:blue;
}

a:hover{
color:black;
}

