* { 
margin:0;
padding:0;
}
/* This is my body content style :D */
body{
text-align:left;
color: black;
font-family: Book Antiqua, Times New Roman, serif;
font-size: 10;
	margin: 5px;
  line-height: 125%;
  padding: 15px;
 background-repeat: no-repeat;
 background-position:center;
 }
 
 /* background */
 html {
        background: url(images/castle.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/* Headers */

h1,h2{
text-align:center;
color: #CCFF33;
}

/* Navigation */
#nav{
text-align:center;
width:1280px;
}

/* body */

p {
width:660px;
text-align:left;
float:left;
}

li
{
text-align:center;
display:inline;
} 

/* hyperlinks */
a:link {
COLOR: #CC3300;
}
a:visited {
COLOR: #0101DF;
}
a:hover {
COLOR: #330099;
background-color:#CCFF33;
}
a:active {
COLOR: #CC0033;
}